Shades of Carmine #A20236
Tints of Carmine #A20236
RGB
CMYK
RGB Variations
Color information
#A20236 (or 0xA20236) is known color: Carmine. HEX triplet: A2, 02 and 36. RGB value is (162,2,54). Sum of RGB (Red+Green+Blue) = 162+2+54=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A20236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20236 is #5DFDC9. Grayscale: #373737. Windows color (decimal): -6159818 or 3539618. OLE color: 3539618.
HSL color Cylindrical-coordinate representation of color #A20236: hue angle of 340.5º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20236 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.36 |
| HSL | 340.5º | 0.98% | 0.32% | - |
| HSV(B) | 340.5º | 0.99% | 0.64% | - |
| XYZ | 15.59 | 7.99 | 4.21 | - |
| YUV | 55.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 54 | 0 | 0.99 | 0.67 | 0.36 | 340.5 | 0.98 | 0.32 |
| Hex | A2 | 2 | 36 | 0 | 63 | 43 | 24 | 154 | 62 | 20 |
| Octal | 242 | 2 | 66 | 0 | 143 | 103 | 44 | 524 | 142 | 40 |
| Binary | 10100010 | 10 | 110110 | 0 | 1100011 | 1000011 | 100100 | 101010100 | 1100010 | 100000 |
Color Harmonies of #A20236
Complementary color
Monochromatic Colors of #A20236
Black with #A20236
Text Example
Text Example
White with #A20236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20236; }
p { color: rgb(162,2,54); }
H1.HeaderClassName
{
color: #A20236;
}
.AnyTagClassName
{
color: #A20236;
}
</style>
background-color css
<style>
a { background-color: #A20236; }
a { background-color: rgb(162,2,54); }
div.DivClassName
{
background-color: #A20236;
}
.BgClassName
{
background-color: #A20236;
}
</style>
border-color css
<style>
span { border-color: #A20236; }
span { border-color: rgb(162,2,54); }
td.TdClassName
{
border-color: #A20236;
}
.TagClassName
{
border-color: #A20236;
}
</style>