Shades of Dark Red #A40C0B
Tints of Dark Red #A40C0B
RGB
CMYK
RGB Variations
Color information
#A40C0B (or 0xA40C0B) is known color: Dark Red. HEX triplet: A4, 0C and 0B. RGB value is (164,12,11). Sum of RGB (Red+Green+Blue) = 164+12+11=187 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.70% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40C0B is #5BF3F4. Grayscale: #393939. Windows color (decimal): -6026229 or 724132. OLE color: 724132.
HSL color Cylindrical-coordinate representation of color #A40C0B: hue angle of 0.39º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C0B is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 11 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.36 |
| HSL | 0.39º | 0.87% | 0.34% | - |
| HSV(B) | 0.39º | 0.93% | 0.64% | - |
| XYZ | 15.5 | 8.18 | 1.08 | - |
| YUV | 57.33 | 101.86 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 11 | 0 | 0.93 | 0.93 | 0.36 | 0.39 | 0.87 | 0.34 |
| Hex | A4 | C | B | 0 | 5D | 5D | 24 | 0 | 57 | 22 |
| Octal | 244 | 14 | 13 | 0 | 135 | 135 | 44 | 0 | 127 | 42 |
| Binary | 10100100 | 1100 | 1011 | 0 | 1011101 | 1011101 | 100100 | 0 | 1010111 | 100010 |
Color Harmonies of #A40C0B
Complementary color
Monochromatic Colors of #A40C0B
Black with #A40C0B
Text Example
Text Example
White with #A40C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C0B; }
p { color: rgb(164,12,11); }
H1.HeaderClassName
{
color: #A40C0B;
}
.AnyTagClassName
{
color: #A40C0B;
}
</style>
background-color css
<style>
a { background-color: #A40C0B; }
a { background-color: rgb(164,12,11); }
div.DivClassName
{
background-color: #A40C0B;
}
.BgClassName
{
background-color: #A40C0B;
}
</style>
border-color css
<style>
span { border-color: #A40C0B; }
span { border-color: rgb(164,12,11); }
td.TdClassName
{
border-color: #A40C0B;
}
.TagClassName
{
border-color: #A40C0B;
}
</style>