#B62C07
A dark, vivid red closely aligning with Firebrick.
About #B62C07
At its core, #B62C07 is a dark and vivid hue. It is closely associated with the named CSS color Firebrick. This translates to an RGB value of rgb(182, 44, 7).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 76% magenta, 96% yellow, and 29% black. The HSL representation is 12.7° hue, 92.6% saturation, and 37.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B62C07
RGB182, 44, 7
HSL12.7°, 92.6%, 37.1%
CMYK0%, 76%, 96%, 29%
HSV12.7°, 96.2%, 71.4%
LAB40.8, 53.6, 51.1
XYZ20.2, 11.8, 1.4
Decimal11938823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.26:1
Text on #FFFFFF
AA
3.35:1
Text on #000000
AA Large
5.99:1
Text on #F8FAFC
AA
2.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B62C07;
}
.text-color {
color: #B62C07;
}
.border-color {
border: 2px solid #B62C07;
}