Shades of Carmine #A80E13
Tints of Carmine #A80E13
RGB
CMYK
RGB Variations
Color information
#A80E13 (or 0xA80E13) is known color: Carmine. HEX triplet: A8, 0E and 13. RGB value is (168,14,19). Sum of RGB (Red+Green+Blue) = 168+14+19=201 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.58% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80E13 is #57F1EC. Grayscale: #3C3C3C. Windows color (decimal): -5763565 or 1248936. OLE color: 1248936.
HSL color Cylindrical-coordinate representation of color #A80E13: hue angle of 358.05º 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 #A80E13 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 14 | 19 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.34 |
| HSL | 358.05º | 0.85% | 0.36% | - |
| HSV(B) | 358.05º | 0.92% | 0.66% | - |
| XYZ | 16.42 | 8.69 | 1.43 | - |
| YUV | 60.62 | 104.52 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 19 | 0 | 0.92 | 0.89 | 0.34 | 358.05 | 0.85 | 0.36 |
| Hex | A8 | E | 13 | 0 | 5C | 59 | 22 | 166 | 55 | 24 |
| Octal | 250 | 16 | 23 | 0 | 134 | 131 | 42 | 546 | 125 | 44 |
| Binary | 10101000 | 1110 | 10011 | 0 | 1011100 | 1011001 | 100010 | 101100110 | 1010101 | 100100 |
Color Harmonies of #A80E13
Complementary color
Monochromatic Colors of #A80E13
Black with #A80E13
Text Example
Text Example
White with #A80E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80E13; }
p { color: rgb(168,14,19); }
H1.HeaderClassName
{
color: #A80E13;
}
.AnyTagClassName
{
color: #A80E13;
}
</style>
background-color css
<style>
a { background-color: #A80E13; }
a { background-color: rgb(168,14,19); }
div.DivClassName
{
background-color: #A80E13;
}
.BgClassName
{
background-color: #A80E13;
}
</style>
border-color css
<style>
span { border-color: #A80E13; }
span { border-color: rgb(168,14,19); }
td.TdClassName
{
border-color: #A80E13;
}
.TagClassName
{
border-color: #A80E13;
}
</style>