Shades of Carmine #A20A36
Tints of Carmine #A20A36
RGB
CMYK
RGB Variations
Color information
#A20A36 (or 0xA20A36) is known color: Carmine. HEX triplet: A2, 0A and 36. RGB value is (162,10,54). Sum of RGB (Red+Green+Blue) = 162+10+54=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20A36 is #5DF5C9. Grayscale: #3C3C3C. Windows color (decimal): -6157770 or 3541666. OLE color: 3541666.
HSL color Cylindrical-coordinate representation of color #A20A36: hue angle of 342.63º 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 #A20A36 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 54 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.36 |
| HSL | 342.63º | 0.88% | 0.34% | - |
| HSV(B) | 342.63º | 0.94% | 0.64% | - |
| XYZ | 15.67 | 8.16 | 4.24 | - |
| YUV | 60.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 54 | 0 | 0.94 | 0.67 | 0.36 | 342.63 | 0.88 | 0.34 |
| Hex | A2 | A | 36 | 0 | 5E | 43 | 24 | 157 | 58 | 22 |
| Octal | 242 | 12 | 66 | 0 | 136 | 103 | 44 | 527 | 130 | 42 |
| Binary | 10100010 | 1010 | 110110 | 0 | 1011110 | 1000011 | 100100 | 101010111 | 1011000 | 100010 |
Color Harmonies of #A20A36
Complementary color
Monochromatic Colors of #A20A36
Black with #A20A36
Text Example
Text Example
White with #A20A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A36; }
p { color: rgb(162,10,54); }
H1.HeaderClassName
{
color: #A20A36;
}
.AnyTagClassName
{
color: #A20A36;
}
</style>
background-color css
<style>
a { background-color: #A20A36; }
a { background-color: rgb(162,10,54); }
div.DivClassName
{
background-color: #A20A36;
}
.BgClassName
{
background-color: #A20A36;
}
</style>
border-color css
<style>
span { border-color: #A20A36; }
span { border-color: rgb(162,10,54); }
td.TdClassName
{
border-color: #A20A36;
}
.TagClassName
{
border-color: #A20A36;
}
</style>