Shades of Dark Red #A01406
Tints of Dark Red #A01406
RGB
CMYK
RGB Variations
Color information
#A01406 (or 0xA01406) is known color: Dark Red. HEX triplet: A0, 14 and 06. RGB value is (160,20,6). Sum of RGB (Red+Green+Blue) = 160+20+6=186 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.02% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 160 - color contains mainly: red. Hex color #A01406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01406 is #5FEBF9. Grayscale: #3C3C3C. Windows color (decimal): -6286330 or 398496. OLE color: 398496.
HSL color Cylindrical-coordinate representation of color #A01406: hue angle of 5.45º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A01406 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 6 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.37 |
| HSL | 5.45º | 0.93% | 0.33% | - |
| HSV(B) | 5.45º | 0.96% | 0.63% | - |
| XYZ | 14.78 | 7.99 | 0.93 | - |
| YUV | 60.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 6 | 0 | 0.88 | 0.96 | 0.37 | 5.45 | 0.93 | 0.33 |
| Hex | A0 | 14 | 6 | 0 | 58 | 60 | 25 | 5 | 5D | 21 |
| Octal | 240 | 24 | 6 | 0 | 130 | 140 | 45 | 5 | 135 | 41 |
| Binary | 10100000 | 10100 | 110 | 0 | 1011000 | 1100000 | 100101 | 101 | 1011101 | 100001 |
Color Harmonies of #A01406
Complementary color
Monochromatic Colors of #A01406
Black with #A01406
Text Example
Text Example
White with #A01406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01406; }
p { color: rgb(160,20,6); }
H1.HeaderClassName
{
color: #A01406;
}
.AnyTagClassName
{
color: #A01406;
}
</style>
background-color css
<style>
a { background-color: #A01406; }
a { background-color: rgb(160,20,6); }
div.DivClassName
{
background-color: #A01406;
}
.BgClassName
{
background-color: #A01406;
}
</style>
border-color css
<style>
span { border-color: #A01406; }
span { border-color: rgb(160,20,6); }
td.TdClassName
{
border-color: #A01406;
}
.TagClassName
{
border-color: #A01406;
}
</style>