#B61633
A medium, vivid red closely aligning with Firebrick.
About #B61633
The precise color #B61633 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Firebrick. This translates to an RGB value of rgb(182, 22, 51).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 88% Magenta, 72% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B61633
RGB182, 22, 51
HSL349.1°, 78.4%, 40.0%
CMYK0%, 88%, 72%, 29%
HSV349.1°, 87.9%, 71.4%
LAB39.2, 60.5, 27.8
XYZ20.2, 10.8, 4.1
Decimal11933235
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.66:1
Text on #FFFFFF
AA
3.15:1
Text on #000000
AA Large
6.37:1
Text on #F8FAFC
AA
2.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B61633;
}
.text-color {
color: #B61633;
}
.border-color {
border: 2px solid #B61633;
}