#3A160F
A very dark, moderate red closely aligning with Black.
About #3A160F
The hex code #3A160F represents a beautifully specific shade of red. Designers often compare it to the standard color Black. In the RGB color space, it consists of 58 red, 22 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 62% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a very dark 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#3A160F
RGB58, 22, 15
HSL9.8°, 58.9%, 14.3%
CMYK0%, 62%, 74%, 77%
HSV9.8°, 74.1%, 22.7%
LAB12.7, 17.2, 12.8
XYZ2.1, 1.5, 0.6
Decimal3806735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.13:1
Text on #FFFFFF
AAA
1.30:1
Text on #000000
FAIL
15.42:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A160F;
}
.text-color {
color: #3A160F;
}
.border-color {
border: 2px solid #3A160F;
}