Shades of Dark Red #A00603
Tints of Dark Red #A00603
RGB
CMYK
RGB Variations
Color information
#A00603 (or 0xA00603) is known color: Dark Red. HEX triplet: A0, 06 and 03. RGB value is (160,6,3). Sum of RGB (Red+Green+Blue) = 160+6+3=169 (22% of max value = 765). Red value is 160 (62.89% from 255 or 94.67% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 160 - color contains mainly: red. Hex color #A00603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00603 is #5FF9FC. Grayscale: #333333. Windows color (decimal): -6289917 or 198304. OLE color: 198304.
HSL color Cylindrical-coordinate representation of color #A00603: hue angle of 1.15º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00603 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 3 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.37 |
| HSL | 1.15º | 0.96% | 0.32% | - |
| HSV(B) | 1.15º | 0.98% | 0.63% | - |
| XYZ | 14.58 | 7.61 | 0.79 | - |
| YUV | 51.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 3 | 0 | 0.96 | 0.98 | 0.37 | 1.15 | 0.96 | 0.32 |
| Hex | A0 | 6 | 3 | 0 | 60 | 62 | 25 | 1 | 60 | 20 |
| Octal | 240 | 6 | 3 | 0 | 140 | 142 | 45 | 1 | 140 | 40 |
| Binary | 10100000 | 110 | 11 | 0 | 1100000 | 1100010 | 100101 | 1 | 1100000 | 100000 |
Color Harmonies of #A00603
Complementary color
Monochromatic Colors of #A00603
Black with #A00603
Text Example
Text Example
White with #A00603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00603; }
p { color: rgb(160,6,3); }
H1.HeaderClassName
{
color: #A00603;
}
.AnyTagClassName
{
color: #A00603;
}
</style>
background-color css
<style>
a { background-color: #A00603; }
a { background-color: rgb(160,6,3); }
div.DivClassName
{
background-color: #A00603;
}
.BgClassName
{
background-color: #A00603;
}
</style>
border-color css
<style>
span { border-color: #A00603; }
span { border-color: rgb(160,6,3); }
td.TdClassName
{
border-color: #A00603;
}
.TagClassName
{
border-color: #A00603;
}
</style>