Shades of Dark Red #A01000
Tints of Dark Red #A01000
RGB
CMYK
RGB Variations
Color information
#A01000 (or 0xA01000) is known color: Dark Red. HEX triplet: A0, 10 and 00. RGB value is (160,16,0). Sum of RGB (Red+Green+Blue) = 160+16+0=176 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.91% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 160 - color contains mainly: red. Hex color #A01000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01000 is #5FEFFF. Grayscale: #393939. Windows color (decimal): -6287360 or 4256. OLE color: 4256.
HSL color Cylindrical-coordinate representation of color #A01000: hue angle of 6º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A01000 is Cyan = 0, Magento = 0.9, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 0 | - |
| CMYK | 0 | 0.9 | 1 | 0.37 |
| HSL | 6º | 1% | 0.31% | - |
| HSV(B) | 6º | 1% | 0.63% | - |
| XYZ | 14.68 | 7.84 | 0.74 | - |
| YUV | 57.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 0 | 0 | 0.9 | 1 | 0.37 | 6 | 1 | 0.31 |
| Hex | A0 | 10 | 0 | 0 | 5A | 64 | 25 | 6 | 64 | 1F |
| Octal | 240 | 20 | 0 | 0 | 132 | 144 | 45 | 6 | 144 | 37 |
| Binary | 10100000 | 10000 | 0 | 0 | 1011010 | 1100100 | 100101 | 110 | 1100100 | 11111 |
Color Harmonies of #A01000
Complementary color
Monochromatic Colors of #A01000
Black with #A01000
Text Example
Text Example
White with #A01000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01000; }
p { color: rgb(160,16,0); }
H1.HeaderClassName
{
color: #A01000;
}
.AnyTagClassName
{
color: #A01000;
}
</style>
background-color css
<style>
a { background-color: #A01000; }
a { background-color: rgb(160,16,0); }
div.DivClassName
{
background-color: #A01000;
}
.BgClassName
{
background-color: #A01000;
}
</style>
border-color css
<style>
span { border-color: #A01000; }
span { border-color: rgb(160,16,0); }
td.TdClassName
{
border-color: #A01000;
}
.TagClassName
{
border-color: #A01000;
}
</style>