Shades of Carmine #A20E26
Tints of Carmine #A20E26
RGB
CMYK
RGB Variations
Color information
#A20E26 (or 0xA20E26) is known color: Carmine. HEX triplet: A2, 0E and 26. RGB value is (162,14,38). Sum of RGB (Red+Green+Blue) = 162+14+38=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E26 is #5DF1D9. Grayscale: #3D3D3D. Windows color (decimal): -6156762 or 2494114. OLE color: 2494114.
HSL color Cylindrical-coordinate representation of color #A20E26: hue angle of 350.27º 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 #A20E26 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 38 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.36 |
| HSL | 350.27º | 0.84% | 0.35% | - |
| HSV(B) | 350.27º | 0.91% | 0.64% | - |
| XYZ | 15.41 | 8.14 | 2.59 | - |
| YUV | 60.99 | 115.03 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 38 | 0 | 0.91 | 0.77 | 0.36 | 350.27 | 0.84 | 0.35 |
| Hex | A2 | E | 26 | 0 | 5B | 4D | 24 | 15E | 54 | 23 |
| Octal | 242 | 16 | 46 | 0 | 133 | 115 | 44 | 536 | 124 | 43 |
| Binary | 10100010 | 1110 | 100110 | 0 | 1011011 | 1001101 | 100100 | 101011110 | 1010100 | 100011 |
Color Harmonies of #A20E26
Complementary color
Monochromatic Colors of #A20E26
Black with #A20E26
Text Example
Text Example
White with #A20E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E26; }
p { color: rgb(162,14,38); }
H1.HeaderClassName
{
color: #A20E26;
}
.AnyTagClassName
{
color: #A20E26;
}
</style>
background-color css
<style>
a { background-color: #A20E26; }
a { background-color: rgb(162,14,38); }
div.DivClassName
{
background-color: #A20E26;
}
.BgClassName
{
background-color: #A20E26;
}
</style>
border-color css
<style>
span { border-color: #A20E26; }
span { border-color: rgb(162,14,38); }
td.TdClassName
{
border-color: #A20E26;
}
.TagClassName
{
border-color: #A20E26;
}
</style>