Shades of Carmine #A20F2F
Tints of Carmine #A20F2F
RGB
CMYK
RGB Variations
Color information
#A20F2F (or 0xA20F2F) is known color: Carmine. HEX triplet: A2, 0F and 2F. RGB value is (162,15,47). Sum of RGB (Red+Green+Blue) = 162+15+47=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20F2F is #5DF0D0. Grayscale: #3E3E3E. Windows color (decimal): -6156497 or 3084194. OLE color: 3084194.
HSL color Cylindrical-coordinate representation of color #A20F2F: hue angle of 346.94º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F2F is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 47 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.36 |
| HSL | 346.94º | 0.83% | 0.35% | - |
| HSV(B) | 346.94º | 0.91% | 0.64% | - |
| XYZ | 15.58 | 8.23 | 3.46 | - |
| YUV | 62.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 47 | 0 | 0.91 | 0.71 | 0.36 | 346.94 | 0.83 | 0.35 |
| Hex | A2 | F | 2F | 0 | 5B | 47 | 24 | 15B | 53 | 23 |
| Octal | 242 | 17 | 57 | 0 | 133 | 107 | 44 | 533 | 123 | 43 |
| Binary | 10100010 | 1111 | 101111 | 0 | 1011011 | 1000111 | 100100 | 101011011 | 1010011 | 100011 |
Color Harmonies of #A20F2F
Complementary color
Monochromatic Colors of #A20F2F
Black with #A20F2F
Text Example
Text Example
White with #A20F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F2F; }
p { color: rgb(162,15,47); }
H1.HeaderClassName
{
color: #A20F2F;
}
.AnyTagClassName
{
color: #A20F2F;
}
</style>
background-color css
<style>
a { background-color: #A20F2F; }
a { background-color: rgb(162,15,47); }
div.DivClassName
{
background-color: #A20F2F;
}
.BgClassName
{
background-color: #A20F2F;
}
</style>
border-color css
<style>
span { border-color: #A20F2F; }
span { border-color: rgb(162,15,47); }
td.TdClassName
{
border-color: #A20F2F;
}
.TagClassName
{
border-color: #A20F2F;
}
</style>