Firebrick to RGB — Color Code

RGB

rgb(178, 34, 34)

Format Value
HEX #b22222
RGB rgb(178, 34, 34)
HSL hsl(0, 67.9%, 41.6%)
CMYK cmyk(0%, 80.9%, 80.9%, 30.2%)

What is the RGB code for firebrick?

The CSS color firebrick in RGB format is rgb(178, 34, 34). Use this value directly in CSS, SVG, and most design tools.

How do I use firebrick in CSS?

To apply firebrick in CSS:

  • Text color: color: rgb(178, 34, 34);
  • Background: background-color: rgb(178, 34, 34);
  • Border: border-color: rgb(178, 34, 34);

What are all the color format values for firebrick?

FormatValue
HEX#b22222
RGBrgb(178, 34, 34)
HSLhsl(0, 67.9%, 41.6%)
CMYKcmyk(0%, 80.9%, 80.9%, 30.2%)

How do I convert firebrick to RGB?

Select firebrick from the color name list in our color converter. The RGB value — rgb(178, 34, 34) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does firebrick belong to?

firebrick belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 0°, saturation 67.9%, lightness 41.6%.

How do I create lighter and darker shades of firebrick?

Lighter variant (lightness 56.6%): #db4545. Darker variant (lightness 26.6%): #721616. 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.