#B62C0F
A dark, vivid red closely aligning with Firebrick.
About #B62C0F
Visually, #B62C0F is defined as a vivid red. It is closely associated with the named CSS color Firebrick. This translates to an RGB value of rgb(182, 44, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 76% magenta inks. With a hue angle of 10.4 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B62C0F
RGB182, 44, 15
HSL10.4°, 84.8%, 38.6%
CMYK0%, 76%, 92%, 29%
HSV10.4°, 91.8%, 71.4%
LAB40.9, 53.7, 48.5
XYZ20.3, 11.8, 1.7
Decimal11938831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.26:1
Text on #FFFFFF
AA
3.36:1
Text on #000000
AA Large
5.98:1
Text on #F8FAFC
AA
2.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B62C0F;
}
.text-color {
color: #B62C0F;
}
.border-color {
border: 2px solid #B62C0F;
}