Shades of Carmine #A20C21
Tints of Carmine #A20C21
RGB
CMYK
RGB Variations
Color information
#A20C21 (or 0xA20C21) is known color: Carmine. HEX triplet: A2, 0C and 21. RGB value is (162,12,33). Sum of RGB (Red+Green+Blue) = 162+12+33=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20C21 is #5DF3DE. Grayscale: #3B3B3B. Windows color (decimal): -6157279 or 2165922. OLE color: 2165922.
HSL color Cylindrical-coordinate representation of color #A20C21: hue angle of 351.6º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C21 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 12 | 33 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.36 |
| HSL | 351.6º | 0.86% | 0.34% | - |
| HSV(B) | 351.6º | 0.93% | 0.64% | - |
| XYZ | 15.31 | 8.05 | 2.19 | - |
| YUV | 59.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 33 | 0 | 0.93 | 0.80 | 0.36 | 351.6 | 0.86 | 0.34 |
| Hex | A2 | C | 21 | 0 | 5D | 50 | 24 | 160 | 56 | 22 |
| Octal | 242 | 14 | 41 | 0 | 135 | 120 | 44 | 540 | 126 | 42 |
| Binary | 10100010 | 1100 | 100001 | 0 | 1011101 | 1010000 | 100100 | 101100000 | 1010110 | 100010 |
Color Harmonies of #A20C21
Complementary color
Monochromatic Colors of #A20C21
Black with #A20C21
Text Example
Text Example
White with #A20C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20C21; }
p { color: rgb(162,12,33); }
H1.HeaderClassName
{
color: #A20C21;
}
.AnyTagClassName
{
color: #A20C21;
}
</style>
background-color css
<style>
a { background-color: #A20C21; }
a { background-color: rgb(162,12,33); }
div.DivClassName
{
background-color: #A20C21;
}
.BgClassName
{
background-color: #A20C21;
}
</style>
border-color css
<style>
span { border-color: #A20C21; }
span { border-color: rgb(162,12,33); }
td.TdClassName
{
border-color: #A20C21;
}
.TagClassName
{
border-color: #A20C21;
}
</style>