Shades of Carmine #A20E19
Tints of Carmine #A20E19
RGB
CMYK
RGB Variations
Color information
#A20E19 (or 0xA20E19) is known color: Carmine. HEX triplet: A2, 0E and 19. RGB value is (162,14,25). Sum of RGB (Red+Green+Blue) = 162+14+25=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20E19 is #5DF1E6. Grayscale: #3B3B3B. Windows color (decimal): -6156775 or 1642146. OLE color: 1642146.
HSL color Cylindrical-coordinate representation of color #A20E19: hue angle of 355.54º 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 #A20E19 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 25 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.36 |
| HSL | 355.54º | 0.84% | 0.35% | - |
| HSV(B) | 355.54º | 0.91% | 0.64% | - |
| XYZ | 15.23 | 8.07 | 1.67 | - |
| YUV | 59.51 | 108.53 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 25 | 0 | 0.91 | 0.85 | 0.36 | 355.54 | 0.84 | 0.35 |
| Hex | A2 | E | 19 | 0 | 5B | 55 | 24 | 164 | 54 | 23 |
| Octal | 242 | 16 | 31 | 0 | 133 | 125 | 44 | 544 | 124 | 43 |
| Binary | 10100010 | 1110 | 11001 | 0 | 1011011 | 1010101 | 100100 | 101100100 | 1010100 | 100011 |
Color Harmonies of #A20E19
Complementary color
Monochromatic Colors of #A20E19
Black with #A20E19
Text Example
Text Example
White with #A20E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E19; }
p { color: rgb(162,14,25); }
H1.HeaderClassName
{
color: #A20E19;
}
.AnyTagClassName
{
color: #A20E19;
}
</style>
background-color css
<style>
a { background-color: #A20E19; }
a { background-color: rgb(162,14,25); }
div.DivClassName
{
background-color: #A20E19;
}
.BgClassName
{
background-color: #A20E19;
}
</style>
border-color css
<style>
span { border-color: #A20E19; }
span { border-color: rgb(162,14,25); }
td.TdClassName
{
border-color: #A20E19;
}
.TagClassName
{
border-color: #A20E19;
}
</style>