Shades of Carmine #A00E1C
Tints of Carmine #A00E1C
RGB
CMYK
RGB Variations
Color information
#A00E1C (or 0xA00E1C) is known color: Carmine. HEX triplet: A0, 0E and 1C. RGB value is (160,14,28). Sum of RGB (Red+Green+Blue) = 160+14+28=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00E1C is #5FF1E3. Grayscale: #3B3B3B. Windows color (decimal): -6287844 or 1838752. OLE color: 1838752.
HSL color Cylindrical-coordinate representation of color #A00E1C: hue angle of 354.25º 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 #A00E1C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 14 | 28 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.37 |
| HSL | 354.25º | 0.84% | 0.34% | - |
| HSV(B) | 354.25º | 0.91% | 0.63% | - |
| XYZ | 14.86 | 7.87 | 1.83 | - |
| YUV | 59.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 28 | 0 | 0.91 | 0.82 | 0.37 | 354.25 | 0.84 | 0.34 |
| Hex | A0 | E | 1C | 0 | 5B | 52 | 25 | 162 | 54 | 22 |
| Octal | 240 | 16 | 34 | 0 | 133 | 122 | 45 | 542 | 124 | 42 |
| Binary | 10100000 | 1110 | 11100 | 0 | 1011011 | 1010010 | 100101 | 101100010 | 1010100 | 100010 |
Color Harmonies of #A00E1C
Complementary color
Monochromatic Colors of #A00E1C
Black with #A00E1C
Text Example
Text Example
White with #A00E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00E1C; }
p { color: rgb(160,14,28); }
H1.HeaderClassName
{
color: #A00E1C;
}
.AnyTagClassName
{
color: #A00E1C;
}
</style>
background-color css
<style>
a { background-color: #A00E1C; }
a { background-color: rgb(160,14,28); }
div.DivClassName
{
background-color: #A00E1C;
}
.BgClassName
{
background-color: #A00E1C;
}
</style>
border-color css
<style>
span { border-color: #A00E1C; }
span { border-color: rgb(160,14,28); }
td.TdClassName
{
border-color: #A00E1C;
}
.TagClassName
{
border-color: #A00E1C;
}
</style>