Shades of Carmine #A80A21
Tints of Carmine #A80A21
RGB
CMYK
RGB Variations
Color information
#A80A21 (or 0xA80A21) is known color: Carmine. HEX triplet: A8, 0A and 21. RGB value is (168,10,33). Sum of RGB (Red+Green+Blue) = 168+10+33=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80A21 is #57F5DE. Grayscale: #3B3B3B. Windows color (decimal): -5764575 or 2165416. OLE color: 2165416.
HSL color Cylindrical-coordinate representation of color #A80A21: hue angle of 351.27º 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 #A80A21 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 10 | 33 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.34 |
| HSL | 351.27º | 0.89% | 0.35% | - |
| HSV(B) | 351.27º | 0.94% | 0.66% | - |
| XYZ | 16.53 | 8.65 | 2.24 | - |
| YUV | 59.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 33 | 0 | 0.94 | 0.80 | 0.34 | 351.27 | 0.89 | 0.35 |
| Hex | A8 | A | 21 | 0 | 5E | 50 | 22 | 15F | 59 | 23 |
| Octal | 250 | 12 | 41 | 0 | 136 | 120 | 42 | 537 | 131 | 43 |
| Binary | 10101000 | 1010 | 100001 | 0 | 1011110 | 1010000 | 100010 | 101011111 | 1011001 | 100011 |
Color Harmonies of #A80A21
Complementary color
Monochromatic Colors of #A80A21
Black with #A80A21
Text Example
Text Example
White with #A80A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80A21; }
p { color: rgb(168,10,33); }
H1.HeaderClassName
{
color: #A80A21;
}
.AnyTagClassName
{
color: #A80A21;
}
</style>
background-color css
<style>
a { background-color: #A80A21; }
a { background-color: rgb(168,10,33); }
div.DivClassName
{
background-color: #A80A21;
}
.BgClassName
{
background-color: #A80A21;
}
</style>
border-color css
<style>
span { border-color: #A80A21; }
span { border-color: rgb(168,10,33); }
td.TdClassName
{
border-color: #A80A21;
}
.TagClassName
{
border-color: #A80A21;
}
</style>