Shades of Carmine #A20239
Tints of Carmine #A20239
RGB
CMYK
RGB Variations
Color information
#A20239 (or 0xA20239) is known color: Carmine. HEX triplet: A2, 02 and 39. RGB value is (162,2,57). Sum of RGB (Red+Green+Blue) = 162+2+57=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A20239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20239 is #5DFDC6. Grayscale: #383838. Windows color (decimal): -6159815 or 3736226. OLE color: 3736226.
HSL color Cylindrical-coordinate representation of color #A20239: hue angle of 339.38º 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 #A20239 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 2 | 57 | - |
CMYK | 0 | 0.99 | 0.65 | 0.36 |
HSL | 339.38º | 0.98% | 0.32% | - |
HSV(B) | 339.38º | 0.99% | 0.64% | - |
XYZ | 15.66 | 8.02 | 4.59 | - |
YUV | 56.11 | 128.51 | 203.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 2 | 57 | 0 | 0.99 | 0.65 | 0.36 | 339.38 | 0.98 | 0.32 |
Hex | A2 | 2 | 39 | 0 | 63 | 41 | 24 | 153 | 62 | 20 |
Octal | 242 | 2 | 71 | 0 | 143 | 101 | 44 | 523 | 142 | 40 |
Binary | 10100010 | 10 | 111001 | 0 | 1100011 | 1000001 | 100100 | 101010011 | 1100010 | 100000 |
Color Harmonies of #A20239
Complementary color
Monochromatic Colors of #A20239
Black with #A20239
Text Example
Text Example
White with #A20239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20239; }
p { color: rgb(162,2,57); }
H1.HeaderClassName
{
color: #A20239;
}
.AnyTagClassName
{
color: #A20239;
}
</style>
background-color css
<style>
a { background-color: #A20239; }
a { background-color: rgb(162,2,57); }
div.DivClassName
{
background-color: #A20239;
}
.BgClassName
{
background-color: #A20239;
}
</style>
border-color css
<style>
span { border-color: #A20239; }
span { border-color: rgb(162,2,57); }
td.TdClassName
{
border-color: #A20239;
}
.TagClassName
{
border-color: #A20239;
}
</style>