Shades of Carmine #A20139
Tints of Carmine #A20139
RGB
CMYK
RGB Variations
Color information
#A20139 (or 0xA20139) is known color: Carmine. HEX triplet: A2, 01 and 39. RGB value is (162,1,57). Sum of RGB (Red+Green+Blue) = 162+1+57=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A20139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20139 is #5DFEC6. Grayscale: #373737. Windows color (decimal): -6160071 or 3735970. OLE color: 3735970.
HSL color Cylindrical-coordinate representation of color #A20139: hue angle of 339.13º degrees, saturation: 0.99, 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 #A20139 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.36 |
| HSL | 339.13º | 0.99% | 0.32% | - |
| HSV(B) | 339.13º | 0.99% | 0.64% | - |
| XYZ | 15.65 | 8 | 4.59 | - |
| YUV | 55.52 | 128.84 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 57 | 0 | 0.99 | 0.65 | 0.36 | 339.13 | 0.99 | 0.32 |
| Hex | A2 | 1 | 39 | 0 | 63 | 41 | 24 | 153 | 63 | 20 |
| Octal | 242 | 1 | 71 | 0 | 143 | 101 | 44 | 523 | 143 | 40 |
| Binary | 10100010 | 1 | 111001 | 0 | 1100011 | 1000001 | 100100 | 101010011 | 1100011 | 100000 |
Color Harmonies of #A20139
Complementary color
Monochromatic Colors of #A20139
Black with #A20139
Text Example
Text Example
White with #A20139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20139; }
p { color: rgb(162,1,57); }
H1.HeaderClassName
{
color: #A20139;
}
.AnyTagClassName
{
color: #A20139;
}
</style>
background-color css
<style>
a { background-color: #A20139; }
a { background-color: rgb(162,1,57); }
div.DivClassName
{
background-color: #A20139;
}
.BgClassName
{
background-color: #A20139;
}
</style>
border-color css
<style>
span { border-color: #A20139; }
span { border-color: rgb(162,1,57); }
td.TdClassName
{
border-color: #A20139;
}
.TagClassName
{
border-color: #A20139;
}
</style>