Shades of Carmine #A20A37
Tints of Carmine #A20A37
RGB
CMYK
RGB Variations
Color information
#A20A37 (or 0xA20A37) is known color: Carmine. HEX triplet: A2, 0A and 37. RGB value is (162,10,55). Sum of RGB (Red+Green+Blue) = 162+10+55=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20A37 is #5DF5C8. Grayscale: #3C3C3C. Windows color (decimal): -6157769 or 3607202. OLE color: 3607202.
HSL color Cylindrical-coordinate representation of color #A20A37: hue angle of 342.24º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A37 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 55 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.36 |
| HSL | 342.24º | 0.88% | 0.34% | - |
| HSV(B) | 342.24º | 0.94% | 0.64% | - |
| XYZ | 15.7 | 8.17 | 4.36 | - |
| YUV | 60.58 | 124.86 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 55 | 0 | 0.94 | 0.66 | 0.36 | 342.24 | 0.88 | 0.34 |
| Hex | A2 | A | 37 | 0 | 5E | 42 | 24 | 156 | 58 | 22 |
| Octal | 242 | 12 | 67 | 0 | 136 | 102 | 44 | 526 | 130 | 42 |
| Binary | 10100010 | 1010 | 110111 | 0 | 1011110 | 1000010 | 100100 | 101010110 | 1011000 | 100010 |
Color Harmonies of #A20A37
Complementary color
Monochromatic Colors of #A20A37
Black with #A20A37
Text Example
Text Example
White with #A20A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A37; }
p { color: rgb(162,10,55); }
H1.HeaderClassName
{
color: #A20A37;
}
.AnyTagClassName
{
color: #A20A37;
}
</style>
background-color css
<style>
a { background-color: #A20A37; }
a { background-color: rgb(162,10,55); }
div.DivClassName
{
background-color: #A20A37;
}
.BgClassName
{
background-color: #A20A37;
}
</style>
border-color css
<style>
span { border-color: #A20A37; }
span { border-color: rgb(162,10,55); }
td.TdClassName
{
border-color: #A20A37;
}
.TagClassName
{
border-color: #A20A37;
}
</style>