Shades of Dark Red #A41206
Tints of Dark Red #A41206
RGB
CMYK
RGB Variations
Color information
#A41206 (or 0xA41206) is known color: Dark Red. HEX triplet: A4, 12 and 06. RGB value is (164,18,6). Sum of RGB (Red+Green+Blue) = 164+18+6=188 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.23% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 164 - color contains mainly: red. Hex color #A41206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41206 is #5BEDF9. Grayscale: #3C3C3C. Windows color (decimal): -6024698 or 397988. OLE color: 397988.
HSL color Cylindrical-coordinate representation of color #A41206: hue angle of 4.56º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A41206 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 18 | 6 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.36 |
| HSL | 4.56º | 0.93% | 0.33% | - |
| HSV(B) | 4.56º | 0.96% | 0.64% | - |
| XYZ | 15.56 | 8.34 | 0.96 | - |
| YUV | 60.29 | 97.37 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 6 | 0 | 0.89 | 0.96 | 0.36 | 4.56 | 0.93 | 0.33 |
| Hex | A4 | 12 | 6 | 0 | 59 | 60 | 24 | 5 | 5D | 21 |
| Octal | 244 | 22 | 6 | 0 | 131 | 140 | 44 | 5 | 135 | 41 |
| Binary | 10100100 | 10010 | 110 | 0 | 1011001 | 1100000 | 100100 | 101 | 1011101 | 100001 |
Color Harmonies of #A41206
Complementary color
Monochromatic Colors of #A41206
Black with #A41206
Text Example
Text Example
White with #A41206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41206; }
p { color: rgb(164,18,6); }
H1.HeaderClassName
{
color: #A41206;
}
.AnyTagClassName
{
color: #A41206;
}
</style>
background-color css
<style>
a { background-color: #A41206; }
a { background-color: rgb(164,18,6); }
div.DivClassName
{
background-color: #A41206;
}
.BgClassName
{
background-color: #A41206;
}
</style>
border-color css
<style>
span { border-color: #A41206; }
span { border-color: rgb(164,18,6); }
td.TdClassName
{
border-color: #A41206;
}
.TagClassName
{
border-color: #A41206;
}
</style>