Shades of Dark Red #A01006
Tints of Dark Red #A01006
RGB
CMYK
RGB Variations
Color information
#A01006 (or 0xA01006) is known color: Dark Red. HEX triplet: A0, 10 and 06. RGB value is (160,16,6). Sum of RGB (Red+Green+Blue) = 160+16+6=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A01006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01006 is #5FEFF9. Grayscale: #3A3A3A. Windows color (decimal): -6287354 or 397472. OLE color: 397472.
HSL color Cylindrical-coordinate representation of color #A01006: hue angle of 3.9º 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 #A01006 is Cyan = 0, Magento = 0.9, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 6 | - |
| CMYK | 0 | 0.9 | 0.96 | 0.37 |
| HSL | 3.9º | 0.93% | 0.33% | - |
| HSV(B) | 3.9º | 0.96% | 0.63% | - |
| XYZ | 14.72 | 7.86 | 0.91 | - |
| YUV | 57.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 6 | 0 | 0.9 | 0.96 | 0.37 | 3.9 | 0.93 | 0.33 |
| Hex | A0 | 10 | 6 | 0 | 5A | 60 | 25 | 4 | 5D | 21 |
| Octal | 240 | 20 | 6 | 0 | 132 | 140 | 45 | 4 | 135 | 41 |
| Binary | 10100000 | 10000 | 110 | 0 | 1011010 | 1100000 | 100101 | 100 | 1011101 | 100001 |
Color Harmonies of #A01006
Complementary color
Monochromatic Colors of #A01006
Black with #A01006
Text Example
Text Example
White with #A01006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01006; }
p { color: rgb(160,16,6); }
H1.HeaderClassName
{
color: #A01006;
}
.AnyTagClassName
{
color: #A01006;
}
</style>
background-color css
<style>
a { background-color: #A01006; }
a { background-color: rgb(160,16,6); }
div.DivClassName
{
background-color: #A01006;
}
.BgClassName
{
background-color: #A01006;
}
</style>
border-color css
<style>
span { border-color: #A01006; }
span { border-color: rgb(160,16,6); }
td.TdClassName
{
border-color: #A01006;
}
.TagClassName
{
border-color: #A01006;
}
</style>