Shades of Dark Red #A00B01
Tints of Dark Red #A00B01
RGB
CMYK
RGB Variations
Color information
#A00B01 (or 0xA00B01) is known color: Dark Red. HEX triplet: A0, 0B and 01. RGB value is (160,11,1). Sum of RGB (Red+Green+Blue) = 160+11+1=172 (22% of max value = 765). Red value is 160 (62.89% from 255 or 93.02% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00B01 is #5FF4FE. Grayscale: #363636. Windows color (decimal): -6288639 or 68512. OLE color: 68512.
HSL color Cylindrical-coordinate representation of color #A00B01: hue angle of 3.77º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00B01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.37 |
| HSL | 3.77º | 0.99% | 0.32% | - |
| HSV(B) | 3.77º | 0.99% | 0.63% | - |
| XYZ | 14.62 | 7.72 | 0.75 | - |
| YUV | 54.41 | 97.86 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 1 | 0 | 0.93 | 0.99 | 0.37 | 3.77 | 0.99 | 0.32 |
| Hex | A0 | B | 1 | 0 | 5D | 63 | 25 | 4 | 63 | 20 |
| Octal | 240 | 13 | 1 | 0 | 135 | 143 | 45 | 4 | 143 | 40 |
| Binary | 10100000 | 1011 | 1 | 0 | 1011101 | 1100011 | 100101 | 100 | 1100011 | 100000 |
Color Harmonies of #A00B01
Complementary color
Monochromatic Colors of #A00B01
Black with #A00B01
Text Example
Text Example
White with #A00B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B01; }
p { color: rgb(160,11,1); }
H1.HeaderClassName
{
color: #A00B01;
}
.AnyTagClassName
{
color: #A00B01;
}
</style>
background-color css
<style>
a { background-color: #A00B01; }
a { background-color: rgb(160,11,1); }
div.DivClassName
{
background-color: #A00B01;
}
.BgClassName
{
background-color: #A00B01;
}
</style>
border-color css
<style>
span { border-color: #A00B01; }
span { border-color: rgb(160,11,1); }
td.TdClassName
{
border-color: #A00B01;
}
.TagClassName
{
border-color: #A00B01;
}
</style>