Shades of Dark Red #A40A00
Tints of Dark Red #A40A00
RGB
CMYK
RGB Variations
Color information
#A40A00 (or 0xA40A00) is known color: Dark Red. HEX triplet: A4, 0A and 00. RGB value is (164,10,0). Sum of RGB (Red+Green+Blue) = 164+10+0=174 (23% of max value = 765). Red value is 164 (64.45% from 255 or 94.25% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40A00 is #5BF5FF. Grayscale: #373737. Windows color (decimal): -6026752 or 2724. OLE color: 2724.
HSL color Cylindrical-coordinate representation of color #A40A00: hue angle of 3.66º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 10 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.36 |
| HSL | 3.66º | 1% | 0.32% | - |
| HSV(B) | 3.66º | 1% | 0.64% | - |
| XYZ | 15.42 | 8.11 | 0.75 | - |
| YUV | 54.91 | 97.02 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 0 | 0 | 0.94 | 1 | 0.36 | 3.66 | 1 | 0.32 |
| Hex | A4 | A | 0 | 0 | 5E | 64 | 24 | 4 | 64 | 20 |
| Octal | 244 | 12 | 0 | 0 | 136 | 144 | 44 | 4 | 144 | 40 |
| Binary | 10100100 | 1010 | 0 | 0 | 1011110 | 1100100 | 100100 | 100 | 1100100 | 100000 |
Color Harmonies of #A40A00
Complementary color
Monochromatic Colors of #A40A00
Black with #A40A00
Text Example
Text Example
White with #A40A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40A00; }
p { color: rgb(164,10,0); }
H1.HeaderClassName
{
color: #A40A00;
}
.AnyTagClassName
{
color: #A40A00;
}
</style>
background-color css
<style>
a { background-color: #A40A00; }
a { background-color: rgb(164,10,0); }
div.DivClassName
{
background-color: #A40A00;
}
.BgClassName
{
background-color: #A40A00;
}
</style>
border-color css
<style>
span { border-color: #A40A00; }
span { border-color: rgb(164,10,0); }
td.TdClassName
{
border-color: #A40A00;
}
.TagClassName
{
border-color: #A40A00;
}
</style>