Shades of Dark Red #A40C00
Tints of Dark Red #A40C00
RGB
CMYK
RGB Variations
Color information
#A40C00 (or 0xA40C00) is known color: Dark Red. HEX triplet: A4, 0C and 00. RGB value is (164,12,0). Sum of RGB (Red+Green+Blue) = 164+12+0=176 (23% of max value = 765). Red value is 164 (64.45% from 255 or 93.18% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40C00 is #5BF3FF. Grayscale: #383838. Windows color (decimal): -6026240 or 3236. OLE color: 3236.
HSL color Cylindrical-coordinate representation of color #A40C00: hue angle of 4.39º 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 #A40C00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.36 |
| HSL | 4.39º | 1% | 0.32% | - |
| HSV(B) | 4.39º | 1% | 0.64% | - |
| XYZ | 15.44 | 8.16 | 0.76 | - |
| YUV | 56.08 | 96.36 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 0 | 0 | 0.93 | 1 | 0.36 | 4.39 | 1 | 0.32 |
| Hex | A4 | C | 0 | 0 | 5D | 64 | 24 | 4 | 64 | 20 |
| Octal | 244 | 14 | 0 | 0 | 135 | 144 | 44 | 4 | 144 | 40 |
| Binary | 10100100 | 1100 | 0 | 0 | 1011101 | 1100100 | 100100 | 100 | 1100100 | 100000 |
Color Harmonies of #A40C00
Complementary color
Monochromatic Colors of #A40C00
Black with #A40C00
Text Example
Text Example
White with #A40C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C00; }
p { color: rgb(164,12,0); }
H1.HeaderClassName
{
color: #A40C00;
}
.AnyTagClassName
{
color: #A40C00;
}
</style>
background-color css
<style>
a { background-color: #A40C00; }
a { background-color: rgb(164,12,0); }
div.DivClassName
{
background-color: #A40C00;
}
.BgClassName
{
background-color: #A40C00;
}
</style>
border-color css
<style>
span { border-color: #A40C00; }
span { border-color: rgb(164,12,0); }
td.TdClassName
{
border-color: #A40C00;
}
.TagClassName
{
border-color: #A40C00;
}
</style>