Shades of Dark Red #A00404
Tints of Dark Red #A00404
RGB
CMYK
RGB Variations
Color information
#A00404 (or 0xA00404) is known color: Dark Red. HEX triplet: A0, 04 and 04. RGB value is (160,4,4). Sum of RGB (Red+Green+Blue) = 160+4+4=168 (22% of max value = 765). Red value is 160 (62.89% from 255 or 95.24% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 160 - color contains mainly: red. Hex color #A00404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00404 is #5FFBFB. Grayscale: #323232. Windows color (decimal): -6290428 or 263328. OLE color: 263328.
HSL color Cylindrical-coordinate representation of color #A00404: hue angle of 0º degrees, saturation: 0.95, 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 #A00404 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.37 |
| HSL | 0º | 0.95% | 0.32% | - |
| HSV(B) | 0º | 0.98% | 0.63% | - |
| XYZ | 14.56 | 7.57 | 0.81 | - |
| YUV | 50.64 | 101.68 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 4 | 0 | 0.98 | 0.98 | 0.37 | 0 | 0.95 | 0.32 |
| Hex | A0 | 4 | 4 | 0 | 62 | 62 | 25 | 0 | 5F | 20 |
| Octal | 240 | 4 | 4 | 0 | 142 | 142 | 45 | 0 | 137 | 40 |
| Binary | 10100000 | 100 | 100 | 0 | 1100010 | 1100010 | 100101 | 0 | 1011111 | 100000 |
Color Harmonies of #A00404
Complementary color
Monochromatic Colors of #A00404
Black with #A00404
Text Example
Text Example
White with #A00404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00404; }
p { color: rgb(160,4,4); }
H1.HeaderClassName
{
color: #A00404;
}
.AnyTagClassName
{
color: #A00404;
}
</style>
background-color css
<style>
a { background-color: #A00404; }
a { background-color: rgb(160,4,4); }
div.DivClassName
{
background-color: #A00404;
}
.BgClassName
{
background-color: #A00404;
}
</style>
border-color css
<style>
span { border-color: #A00404; }
span { border-color: rgb(160,4,4); }
td.TdClassName
{
border-color: #A00404;
}
.TagClassName
{
border-color: #A00404;
}
</style>