Shades of Carmine #A40E14
Tints of Carmine #A40E14
RGB
CMYK
RGB Variations
Color information
#A40E14 (or 0xA40E14) is known color: Carmine. HEX triplet: A4, 0E and 14. RGB value is (164,14,20). Sum of RGB (Red+Green+Blue) = 164+14+20=198 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.83% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40E14 is #5BF1EB. Grayscale: #3B3B3B. Windows color (decimal): -6025708 or 1314468. OLE color: 1314468.
HSL color Cylindrical-coordinate representation of color #A40E14: hue angle of 357.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40E14 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 14 | 20 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.36 |
| HSL | 357.6º | 0.84% | 0.35% | - |
| HSV(B) | 357.6º | 0.91% | 0.64% | - |
| XYZ | 15.59 | 8.26 | 1.43 | - |
| YUV | 59.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 20 | 0 | 0.91 | 0.88 | 0.36 | 357.6 | 0.84 | 0.35 |
| Hex | A4 | E | 14 | 0 | 5B | 58 | 24 | 166 | 54 | 23 |
| Octal | 244 | 16 | 24 | 0 | 133 | 130 | 44 | 546 | 124 | 43 |
| Binary | 10100100 | 1110 | 10100 | 0 | 1011011 | 1011000 | 100100 | 101100110 | 1010100 | 100011 |
Color Harmonies of #A40E14
Complementary color
Monochromatic Colors of #A40E14
Black with #A40E14
Text Example
Text Example
White with #A40E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40E14; }
p { color: rgb(164,14,20); }
H1.HeaderClassName
{
color: #A40E14;
}
.AnyTagClassName
{
color: #A40E14;
}
</style>
background-color css
<style>
a { background-color: #A40E14; }
a { background-color: rgb(164,14,20); }
div.DivClassName
{
background-color: #A40E14;
}
.BgClassName
{
background-color: #A40E14;
}
</style>
border-color css
<style>
span { border-color: #A40E14; }
span { border-color: rgb(164,14,20); }
td.TdClassName
{
border-color: #A40E14;
}
.TagClassName
{
border-color: #A40E14;
}
</style>