Shades of Carmine #A20A26
Tints of Carmine #A20A26
RGB
CMYK
RGB Variations
Color information
#A20A26 (or 0xA20A26) is known color: Carmine. HEX triplet: A2, 0A and 26. RGB value is (162,10,38). Sum of RGB (Red+Green+Blue) = 162+10+38=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20A26 is #5DF5D9. Grayscale: #3A3A3A. Windows color (decimal): -6157786 or 2493090. OLE color: 2493090.
HSL color Cylindrical-coordinate representation of color #A20A26: hue angle of 348.95º 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 #A20A26 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 38 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.36 |
| HSL | 348.95º | 0.88% | 0.34% | - |
| HSV(B) | 348.95º | 0.94% | 0.64% | - |
| XYZ | 15.36 | 8.04 | 2.58 | - |
| YUV | 58.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 38 | 0 | 0.94 | 0.77 | 0.36 | 348.95 | 0.88 | 0.34 |
| Hex | A2 | A | 26 | 0 | 5E | 4D | 24 | 15D | 58 | 22 |
| Octal | 242 | 12 | 46 | 0 | 136 | 115 | 44 | 535 | 130 | 42 |
| Binary | 10100010 | 1010 | 100110 | 0 | 1011110 | 1001101 | 100100 | 101011101 | 1011000 | 100010 |
Color Harmonies of #A20A26
Complementary color
Monochromatic Colors of #A20A26
Black with #A20A26
Text Example
Text Example
White with #A20A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A26; }
p { color: rgb(162,10,38); }
H1.HeaderClassName
{
color: #A20A26;
}
.AnyTagClassName
{
color: #A20A26;
}
</style>
background-color css
<style>
a { background-color: #A20A26; }
a { background-color: rgb(162,10,38); }
div.DivClassName
{
background-color: #A20A26;
}
.BgClassName
{
background-color: #A20A26;
}
</style>
border-color css
<style>
span { border-color: #A20A26; }
span { border-color: rgb(162,10,38); }
td.TdClassName
{
border-color: #A20A26;
}
.TagClassName
{
border-color: #A20A26;
}
</style>