Shades of Carmine #A00E1D
Tints of Carmine #A00E1D
RGB
CMYK
RGB Variations
Color information
#A00E1D (or 0xA00E1D) is known color: Carmine. HEX triplet: A0, 0E and 1D. RGB value is (160,14,29). Sum of RGB (Red+Green+Blue) = 160+14+29=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00E1D is #5FF1E2. Grayscale: #3B3B3B. Windows color (decimal): -6287843 or 1904288. OLE color: 1904288.
HSL color Cylindrical-coordinate representation of color #A00E1D: hue angle of 353.84º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00E1D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 14 | 29 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.37 |
| HSL | 353.84º | 0.84% | 0.34% | - |
| HSV(B) | 353.84º | 0.91% | 0.63% | - |
| XYZ | 14.88 | 7.88 | 1.9 | - |
| YUV | 59.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 29 | 0 | 0.91 | 0.82 | 0.37 | 353.84 | 0.84 | 0.34 |
| Hex | A0 | E | 1D | 0 | 5B | 52 | 25 | 162 | 54 | 22 |
| Octal | 240 | 16 | 35 | 0 | 133 | 122 | 45 | 542 | 124 | 42 |
| Binary | 10100000 | 1110 | 11101 | 0 | 1011011 | 1010010 | 100101 | 101100010 | 1010100 | 100010 |
Color Harmonies of #A00E1D
Complementary color
Monochromatic Colors of #A00E1D
Black with #A00E1D
Text Example
Text Example
White with #A00E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00E1D; }
p { color: rgb(160,14,29); }
H1.HeaderClassName
{
color: #A00E1D;
}
.AnyTagClassName
{
color: #A00E1D;
}
</style>
background-color css
<style>
a { background-color: #A00E1D; }
a { background-color: rgb(160,14,29); }
div.DivClassName
{
background-color: #A00E1D;
}
.BgClassName
{
background-color: #A00E1D;
}
</style>
border-color css
<style>
span { border-color: #A00E1D; }
span { border-color: rgb(160,14,29); }
td.TdClassName
{
border-color: #A00E1D;
}
.TagClassName
{
border-color: #A00E1D;
}
</style>