Shades of Dark Red #A01100
Tints of Dark Red #A01100
RGB
CMYK
RGB Variations
Color information
#A01100 (or 0xA01100) is known color: Dark Red. HEX triplet: A0, 11 and 00. RGB value is (160,17,0). Sum of RGB (Red+Green+Blue) = 160+17+0=177 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.40% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 160 - color contains mainly: red. Hex color #A01100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01100 is #5FEEFF. Grayscale: #3A3A3A. Windows color (decimal): -6287104 or 4512. OLE color: 4512.
HSL color Cylindrical-coordinate representation of color #A01100: hue angle of 6.38º 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 #A01100 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 17 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.37 |
| HSL | 6.38º | 1% | 0.31% | - |
| HSV(B) | 6.38º | 1% | 0.63% | - |
| XYZ | 14.7 | 7.87 | 0.75 | - |
| YUV | 57.82 | 95.38 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 0 | 0 | 0.89 | 1 | 0.37 | 6.38 | 1 | 0.31 |
| Hex | A0 | 11 | 0 | 0 | 59 | 64 | 25 | 6 | 64 | 1F |
| Octal | 240 | 21 | 0 | 0 | 131 | 144 | 45 | 6 | 144 | 37 |
| Binary | 10100000 | 10001 | 0 | 0 | 1011001 | 1100100 | 100101 | 110 | 1100100 | 11111 |
Color Harmonies of #A01100
Complementary color
Monochromatic Colors of #A01100
Black with #A01100
Text Example
Text Example
White with #A01100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01100; }
p { color: rgb(160,17,0); }
H1.HeaderClassName
{
color: #A01100;
}
.AnyTagClassName
{
color: #A01100;
}
</style>
background-color css
<style>
a { background-color: #A01100; }
a { background-color: rgb(160,17,0); }
div.DivClassName
{
background-color: #A01100;
}
.BgClassName
{
background-color: #A01100;
}
</style>
border-color css
<style>
span { border-color: #A01100; }
span { border-color: rgb(160,17,0); }
td.TdClassName
{
border-color: #A01100;
}
.TagClassName
{
border-color: #A01100;
}
</style>