Shades of Dark Red #A00403
Tints of Dark Red #A00403
RGB
CMYK
RGB Variations
Color information
#A00403 (or 0xA00403) is known color: Dark Red. HEX triplet: A0, 04 and 03. RGB value is (160,4,3). Sum of RGB (Red+Green+Blue) = 160+4+3=167 (22% of max value = 765). Red value is 160 (62.89% from 255 or 95.81% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 160 - color contains mainly: red. Hex color #A00403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00403 is #5FFBFC. Grayscale: #323232. Windows color (decimal): -6290429 or 197792. OLE color: 197792.
HSL color Cylindrical-coordinate representation of color #A00403: hue angle of 0.38º 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 #A00403 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 3 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.37 |
| HSL | 0.38º | 0.96% | 0.32% | - |
| HSV(B) | 0.38º | 0.98% | 0.63% | - |
| XYZ | 14.56 | 7.57 | 0.78 | - |
| YUV | 50.53 | 101.18 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 3 | 0 | 0.98 | 0.98 | 0.37 | 0.38 | 0.96 | 0.32 |
| Hex | A0 | 4 | 3 | 0 | 62 | 62 | 25 | 0 | 60 | 20 |
| Octal | 240 | 4 | 3 | 0 | 142 | 142 | 45 | 0 | 140 | 40 |
| Binary | 10100000 | 100 | 11 | 0 | 1100010 | 1100010 | 100101 | 0 | 1100000 | 100000 |
Color Harmonies of #A00403
Complementary color
Monochromatic Colors of #A00403
Black with #A00403
Text Example
Text Example
White with #A00403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00403; }
p { color: rgb(160,4,3); }
H1.HeaderClassName
{
color: #A00403;
}
.AnyTagClassName
{
color: #A00403;
}
</style>
background-color css
<style>
a { background-color: #A00403; }
a { background-color: rgb(160,4,3); }
div.DivClassName
{
background-color: #A00403;
}
.BgClassName
{
background-color: #A00403;
}
</style>
border-color css
<style>
span { border-color: #A00403; }
span { border-color: rgb(160,4,3); }
td.TdClassName
{
border-color: #A00403;
}
.TagClassName
{
border-color: #A00403;
}
</style>