Shades of Carmine #A20E20
Tints of Carmine #A20E20
RGB
CMYK
RGB Variations
Color information
#A20E20 (or 0xA20E20) is known color: Carmine. HEX triplet: A2, 0E and 20. RGB value is (162,14,32). Sum of RGB (Red+Green+Blue) = 162+14+32=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E20 is #5DF1DF. Grayscale: #3C3C3C. Windows color (decimal): -6156768 or 2100898. OLE color: 2100898.
HSL color Cylindrical-coordinate representation of color #A20E20: hue angle of 352.7º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E20 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 32 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.36 |
| HSL | 352.7º | 0.84% | 0.35% | - |
| HSV(B) | 352.7º | 0.91% | 0.64% | - |
| XYZ | 15.32 | 8.1 | 2.12 | - |
| YUV | 60.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 32 | 0 | 0.91 | 0.80 | 0.36 | 352.7 | 0.84 | 0.35 |
| Hex | A2 | E | 20 | 0 | 5B | 50 | 24 | 161 | 54 | 23 |
| Octal | 242 | 16 | 40 | 0 | 133 | 120 | 44 | 541 | 124 | 43 |
| Binary | 10100010 | 1110 | 100000 | 0 | 1011011 | 1010000 | 100100 | 101100001 | 1010100 | 100011 |
Color Harmonies of #A20E20
Complementary color
Monochromatic Colors of #A20E20
Black with #A20E20
Text Example
Text Example
White with #A20E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E20; }
p { color: rgb(162,14,32); }
H1.HeaderClassName
{
color: #A20E20;
}
.AnyTagClassName
{
color: #A20E20;
}
</style>
background-color css
<style>
a { background-color: #A20E20; }
a { background-color: rgb(162,14,32); }
div.DivClassName
{
background-color: #A20E20;
}
.BgClassName
{
background-color: #A20E20;
}
</style>
border-color css
<style>
span { border-color: #A20E20; }
span { border-color: rgb(162,14,32); }
td.TdClassName
{
border-color: #A20E20;
}
.TagClassName
{
border-color: #A20E20;
}
</style>