Shades of Carmine #A80A14
Tints of Carmine #A80A14
RGB
CMYK
RGB Variations
Color information
#A80A14 (or 0xA80A14) is known color: Carmine. HEX triplet: A8, 0A and 14. RGB value is (168,10,20). Sum of RGB (Red+Green+Blue) = 168+10+20=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80A14 is #57F5EB. Grayscale: #3A3A3A. Windows color (decimal): -5764588 or 1313448. OLE color: 1313448.
HSL color Cylindrical-coordinate representation of color #A80A14: hue angle of 356.2º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80A14 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 10 | 20 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.34 |
| HSL | 356.2º | 0.89% | 0.35% | - |
| HSV(B) | 356.2º | 0.94% | 0.66% | - |
| XYZ | 16.38 | 8.59 | 1.46 | - |
| YUV | 58.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 20 | 0 | 0.94 | 0.88 | 0.34 | 356.2 | 0.89 | 0.35 |
| Hex | A8 | A | 14 | 0 | 5E | 58 | 22 | 164 | 59 | 23 |
| Octal | 250 | 12 | 24 | 0 | 136 | 130 | 42 | 544 | 131 | 43 |
| Binary | 10101000 | 1010 | 10100 | 0 | 1011110 | 1011000 | 100010 | 101100100 | 1011001 | 100011 |
Color Harmonies of #A80A14
Complementary color
Monochromatic Colors of #A80A14
Black with #A80A14
Text Example
Text Example
White with #A80A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80A14; }
p { color: rgb(168,10,20); }
H1.HeaderClassName
{
color: #A80A14;
}
.AnyTagClassName
{
color: #A80A14;
}
</style>
background-color css
<style>
a { background-color: #A80A14; }
a { background-color: rgb(168,10,20); }
div.DivClassName
{
background-color: #A80A14;
}
.BgClassName
{
background-color: #A80A14;
}
</style>
border-color css
<style>
span { border-color: #A80A14; }
span { border-color: rgb(168,10,20); }
td.TdClassName
{
border-color: #A80A14;
}
.TagClassName
{
border-color: #A80A14;
}
</style>