Shades of Dark Red #A00800
Tints of Dark Red #A00800
RGB
CMYK
RGB Variations
Color information
#A00800 (or 0xA00800) is known color: Dark Red. HEX triplet: A0, 08 and 00. RGB value is (160,8,0). Sum of RGB (Red+Green+Blue) = 160+8+0=168 (22% of max value = 765). Red value is 160 (62.89% from 255 or 95.24% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 160 - color contains mainly: red. Hex color #A00800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00800 is #5FF7FF. Grayscale: #343434. Windows color (decimal): -6289408 or 2208. OLE color: 2208.
HSL color Cylindrical-coordinate representation of color #A00800: hue angle of 3º 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 #A00800 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.37 |
| HSL | 3º | 1% | 0.31% | - |
| HSV(B) | 3º | 1% | 0.63% | - |
| XYZ | 14.58 | 7.65 | 0.71 | - |
| YUV | 52.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 0 | 0 | 0.95 | 1 | 0.37 | 3 | 1 | 0.31 |
| Hex | A0 | 8 | 0 | 0 | 5F | 64 | 25 | 3 | 64 | 1F |
| Octal | 240 | 10 | 0 | 0 | 137 | 144 | 45 | 3 | 144 | 37 |
| Binary | 10100000 | 1000 | 0 | 0 | 1011111 | 1100100 | 100101 | 11 | 1100100 | 11111 |
Color Harmonies of #A00800
Complementary color
Monochromatic Colors of #A00800
Black with #A00800
Text Example
Text Example
White with #A00800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00800; }
p { color: rgb(160,8,0); }
H1.HeaderClassName
{
color: #A00800;
}
.AnyTagClassName
{
color: #A00800;
}
</style>
background-color css
<style>
a { background-color: #A00800; }
a { background-color: rgb(160,8,0); }
div.DivClassName
{
background-color: #A00800;
}
.BgClassName
{
background-color: #A00800;
}
</style>
border-color css
<style>
span { border-color: #A00800; }
span { border-color: rgb(160,8,0); }
td.TdClassName
{
border-color: #A00800;
}
.TagClassName
{
border-color: #A00800;
}
</style>