Shades of Carmine #A00E2B
Tints of Carmine #A00E2B
RGB
CMYK
RGB Variations
Color information
#A00E2B (or 0xA00E2B) is known color: Carmine. HEX triplet: A0, 0E and 2B. RGB value is (160,14,43). Sum of RGB (Red+Green+Blue) = 160+14+43=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00E2B is #5FF1D4. Grayscale: #3C3C3C. Windows color (decimal): -6287829 or 2821792. OLE color: 2821792.
HSL color Cylindrical-coordinate representation of color #A00E2B: hue angle of 348.08º 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 #A00E2B is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 14 | 43 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.37 |
| HSL | 348.08º | 0.84% | 0.34% | - |
| HSV(B) | 348.08º | 0.91% | 0.63% | - |
| XYZ | 15.09 | 7.96 | 3.03 | - |
| YUV | 60.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 43 | 0 | 0.91 | 0.73 | 0.37 | 348.08 | 0.84 | 0.34 |
| Hex | A0 | E | 2B | 0 | 5B | 49 | 25 | 15C | 54 | 22 |
| Octal | 240 | 16 | 53 | 0 | 133 | 111 | 45 | 534 | 124 | 42 |
| Binary | 10100000 | 1110 | 101011 | 0 | 1011011 | 1001001 | 100101 | 101011100 | 1010100 | 100010 |
Color Harmonies of #A00E2B
Complementary color
Monochromatic Colors of #A00E2B
Black with #A00E2B
Text Example
Text Example
White with #A00E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00E2B; }
p { color: rgb(160,14,43); }
H1.HeaderClassName
{
color: #A00E2B;
}
.AnyTagClassName
{
color: #A00E2B;
}
</style>
background-color css
<style>
a { background-color: #A00E2B; }
a { background-color: rgb(160,14,43); }
div.DivClassName
{
background-color: #A00E2B;
}
.BgClassName
{
background-color: #A00E2B;
}
</style>
border-color css
<style>
span { border-color: #A00E2B; }
span { border-color: rgb(160,14,43); }
td.TdClassName
{
border-color: #A00E2B;
}
.TagClassName
{
border-color: #A00E2B;
}
</style>