Shades of Carmine #A80C21
Tints of Carmine #A80C21
RGB
CMYK
RGB Variations
Color information
#A80C21 (or 0xA80C21) is known color: Carmine. HEX triplet: A8, 0C and 21. RGB value is (168,12,33). Sum of RGB (Red+Green+Blue) = 168+12+33=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80C21 is #57F3DE. Grayscale: #3D3D3D. Windows color (decimal): -5764063 or 2165928. OLE color: 2165928.
HSL color Cylindrical-coordinate representation of color #A80C21: hue angle of 351.92º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C21 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 33 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.34 |
| HSL | 351.92º | 0.87% | 0.35% | - |
| HSV(B) | 351.92º | 0.93% | 0.66% | - |
| XYZ | 16.55 | 8.7 | 2.25 | - |
| YUV | 61.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 33 | 0 | 0.93 | 0.80 | 0.34 | 351.92 | 0.87 | 0.35 |
| Hex | A8 | C | 21 | 0 | 5D | 50 | 22 | 160 | 57 | 23 |
| Octal | 250 | 14 | 41 | 0 | 135 | 120 | 42 | 540 | 127 | 43 |
| Binary | 10101000 | 1100 | 100001 | 0 | 1011101 | 1010000 | 100010 | 101100000 | 1010111 | 100011 |
Color Harmonies of #A80C21
Complementary color
Monochromatic Colors of #A80C21
Black with #A80C21
Text Example
Text Example
White with #A80C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C21; }
p { color: rgb(168,12,33); }
H1.HeaderClassName
{
color: #A80C21;
}
.AnyTagClassName
{
color: #A80C21;
}
</style>
background-color css
<style>
a { background-color: #A80C21; }
a { background-color: rgb(168,12,33); }
div.DivClassName
{
background-color: #A80C21;
}
.BgClassName
{
background-color: #A80C21;
}
</style>
border-color css
<style>
span { border-color: #A80C21; }
span { border-color: rgb(168,12,33); }
td.TdClassName
{
border-color: #A80C21;
}
.TagClassName
{
border-color: #A80C21;
}
</style>