Shades of Carmine #A80E15
Tints of Carmine #A80E15
RGB
CMYK
RGB Variations
Color information
#A80E15 (or 0xA80E15) is known color: Carmine. HEX triplet: A8, 0E and 15. RGB value is (168,14,21). Sum of RGB (Red+Green+Blue) = 168+14+21=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80E15 is #57F1EA. Grayscale: #3C3C3C. Windows color (decimal): -5763563 or 1380008. OLE color: 1380008.
HSL color Cylindrical-coordinate representation of color #A80E15: hue angle of 357.27º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80E15 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 14 | 21 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.34 |
| HSL | 357.27º | 0.85% | 0.36% | - |
| HSV(B) | 357.27º | 0.92% | 0.66% | - |
| XYZ | 16.44 | 8.69 | 1.52 | - |
| YUV | 60.84 | 105.52 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 21 | 0 | 0.92 | 0.88 | 0.34 | 357.27 | 0.85 | 0.36 |
| Hex | A8 | E | 15 | 0 | 5C | 58 | 22 | 165 | 55 | 24 |
| Octal | 250 | 16 | 25 | 0 | 134 | 130 | 42 | 545 | 125 | 44 |
| Binary | 10101000 | 1110 | 10101 | 0 | 1011100 | 1011000 | 100010 | 101100101 | 1010101 | 100100 |
Color Harmonies of #A80E15
Complementary color
Monochromatic Colors of #A80E15
Black with #A80E15
Text Example
Text Example
White with #A80E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80E15; }
p { color: rgb(168,14,21); }
H1.HeaderClassName
{
color: #A80E15;
}
.AnyTagClassName
{
color: #A80E15;
}
</style>
background-color css
<style>
a { background-color: #A80E15; }
a { background-color: rgb(168,14,21); }
div.DivClassName
{
background-color: #A80E15;
}
.BgClassName
{
background-color: #A80E15;
}
</style>
border-color css
<style>
span { border-color: #A80E15; }
span { border-color: rgb(168,14,21); }
td.TdClassName
{
border-color: #A80E15;
}
.TagClassName
{
border-color: #A80E15;
}
</style>