#832C3A
A dark, moderate red closely aligning with Brown.
About #832C3A
The hex code #832C3A represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Brown. In the RGB color space, it consists of 131 red, 44 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 66% magenta, 56% yellow, and 49% black. With a hue angle of 350.3 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#832C3A
RGB131, 44, 58
HSL350.3°, 49.7%, 34.3%
CMYK0%, 66%, 56%, 49%
HSV350.3°, 66.4%, 51.4%
LAB31.7, 38.4, 11.7
XYZ11.0, 6.9, 4.8
Decimal8596538
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.80:1
Text on #FFFFFF
AAA
2.39:1
Text on #000000
FAIL
8.41:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #832C3A;
}
.text-color {
color: #832C3A;
}
.border-color {
border: 2px solid #832C3A;
}