Brick orange to RGB — Color Code

RGB

rgb(193, 74, 9)

Format Value
HEX #c14a09
RGB rgb(193, 74, 9)
HSL hsl(21.2, 91.1%, 39.6%)
CMYK cmyk(0%, 61.7%, 95.3%, 24.3%)

What is the RGB code for brick orange?

The CSS color brick orange in RGB format is rgb(193, 74, 9). Use this value directly in CSS, SVG, and most design tools.

How do I use brick orange in CSS?

To apply brick orange in CSS:

  • Text color: color: rgb(193, 74, 9);
  • Background: background-color: rgb(193, 74, 9);
  • Border: border-color: rgb(193, 74, 9);

What are all the color format values for brick orange?

FormatValue
HEX#c14a09
RGBrgb(193, 74, 9)
HSLhsl(21.2, 91.1%, 39.6%)
CMYKcmyk(0%, 61.7%, 95.3%, 24.3%)

How do I convert brick orange to RGB?

Select brick orange from the color name list in our color converter. The RGB value — rgb(193, 74, 9) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does brick orange belong to?

brick orange belongs to the orange color family. It is a medium, vivid color with HSL values: hue 21.2°, saturation 91.1%, lightness 39.6%.

How do I create lighter and darker shades of brick orange?

Lighter variant (lightness 54.6%): #f56c22. Darker variant (lightness 24.6%): #782e06. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.