Shades of Carmine #A20526
Tints of Carmine #A20526
RGB
CMYK
RGB Variations
Color information
#A20526 (or 0xA20526) is known color: Carmine. HEX triplet: A2, 05 and 26. RGB value is (162,5,38). Sum of RGB (Red+Green+Blue) = 162+5+38=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A20526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20526 is #5DFAD9. Grayscale: #373737. Windows color (decimal): -6159066 or 2491810. OLE color: 2491810.
HSL color Cylindrical-coordinate representation of color #A20526: hue angle of 347.39º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A20526 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 38 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.36 |
| HSL | 347.39º | 0.94% | 0.33% | - |
| HSV(B) | 347.39º | 0.97% | 0.64% | - |
| XYZ | 15.3 | 7.93 | 2.56 | - |
| YUV | 55.71 | 118.01 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 38 | 0 | 0.97 | 0.77 | 0.36 | 347.39 | 0.94 | 0.33 |
| Hex | A2 | 5 | 26 | 0 | 61 | 4D | 24 | 15B | 5E | 21 |
| Octal | 242 | 5 | 46 | 0 | 141 | 115 | 44 | 533 | 136 | 41 |
| Binary | 10100010 | 101 | 100110 | 0 | 1100001 | 1001101 | 100100 | 101011011 | 1011110 | 100001 |
Color Harmonies of #A20526
Complementary color
Monochromatic Colors of #A20526
Black with #A20526
Text Example
Text Example
White with #A20526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20526; }
p { color: rgb(162,5,38); }
H1.HeaderClassName
{
color: #A20526;
}
.AnyTagClassName
{
color: #A20526;
}
</style>
background-color css
<style>
a { background-color: #A20526; }
a { background-color: rgb(162,5,38); }
div.DivClassName
{
background-color: #A20526;
}
.BgClassName
{
background-color: #A20526;
}
</style>
border-color css
<style>
span { border-color: #A20526; }
span { border-color: rgb(162,5,38); }
td.TdClassName
{
border-color: #A20526;
}
.TagClassName
{
border-color: #A20526;
}
</style>