#B62C3A
A medium, moderate red closely aligning with Brown.
About #B62C3A
The precise color #B62C3A is an excellent choice for modern design projects. Its closest recognized web color is Brown. In the RGB color space, it consists of 182 red, 44 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 76% Magenta, 68% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#B62C3A
RGB182, 44, 58
HSL353.9°, 61.1%, 44.3%
CMYK0%, 76%, 68%, 29%
HSV353.9°, 75.8%, 71.4%
LAB41.3, 55.1, 26.1
XYZ21.0, 12.1, 5.2
Decimal11938874
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.16:1
Text on #FFFFFF
AA
3.41:1
Text on #000000
AA Large
5.89:1
Text on #F8FAFC
AA
2.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B62C3A;
}
.text-color {
color: #B62C3A;
}
.border-color {
border: 2px solid #B62C3A;
}