Shades of Dark Red #A40E00
Tints of Dark Red #A40E00
RGB
CMYK
RGB Variations
Color information
#A40E00 (or 0xA40E00) is known color: Dark Red. HEX triplet: A4, 0E and 00. RGB value is (164,14,0). Sum of RGB (Red+Green+Blue) = 164+14+0=178 (23% of max value = 765). Red value is 164 (64.45% from 255 or 92.13% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40E00 is #5BF1FF. Grayscale: #393939. Windows color (decimal): -6025728 or 3748. OLE color: 3748.
HSL color Cylindrical-coordinate representation of color #A40E00: hue angle of 5.12º 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 #A40E00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 14 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.36 |
| HSL | 5.12º | 1% | 0.32% | - |
| HSV(B) | 5.12º | 1% | 0.64% | - |
| XYZ | 15.47 | 8.21 | 0.77 | - |
| YUV | 57.25 | 95.7 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 0 | 0 | 0.91 | 1 | 0.36 | 5.12 | 1 | 0.32 |
| Hex | A4 | E | 0 | 0 | 5B | 64 | 24 | 5 | 64 | 20 |
| Octal | 244 | 16 | 0 | 0 | 133 | 144 | 44 | 5 | 144 | 40 |
| Binary | 10100100 | 1110 | 0 | 0 | 1011011 | 1100100 | 100100 | 101 | 1100100 | 100000 |
Color Harmonies of #A40E00
Complementary color
Monochromatic Colors of #A40E00
Black with #A40E00
Text Example
Text Example
White with #A40E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40E00; }
p { color: rgb(164,14,0); }
H1.HeaderClassName
{
color: #A40E00;
}
.AnyTagClassName
{
color: #A40E00;
}
</style>
background-color css
<style>
a { background-color: #A40E00; }
a { background-color: rgb(164,14,0); }
div.DivClassName
{
background-color: #A40E00;
}
.BgClassName
{
background-color: #A40E00;
}
</style>
border-color css
<style>
span { border-color: #A40E00; }
span { border-color: rgb(164,14,0); }
td.TdClassName
{
border-color: #A40E00;
}
.TagClassName
{
border-color: #A40E00;
}
</style>