Shades of Carmine #A20E2F
Tints of Carmine #A20E2F
RGB
CMYK
RGB Variations
Color information
#A20E2F (or 0xA20E2F) is known color: Carmine. HEX triplet: A2, 0E and 2F. RGB value is (162,14,47). Sum of RGB (Red+Green+Blue) = 162+14+47=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E2F is #5DF1D0. Grayscale: #3E3E3E. Windows color (decimal): -6156753 or 3083938. OLE color: 3083938.
HSL color Cylindrical-coordinate representation of color #A20E2F: hue angle of 346.62º degrees, saturation: 0.84, 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 #A20E2F is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 47 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.36 |
| HSL | 346.62º | 0.84% | 0.35% | - |
| HSV(B) | 346.62º | 0.91% | 0.64% | - |
| XYZ | 15.57 | 8.2 | 3.45 | - |
| YUV | 62.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 47 | 0 | 0.91 | 0.71 | 0.36 | 346.62 | 0.84 | 0.35 |
| Hex | A2 | E | 2F | 0 | 5B | 47 | 24 | 15B | 54 | 23 |
| Octal | 242 | 16 | 57 | 0 | 133 | 107 | 44 | 533 | 124 | 43 |
| Binary | 10100010 | 1110 | 101111 | 0 | 1011011 | 1000111 | 100100 | 101011011 | 1010100 | 100011 |
Color Harmonies of #A20E2F
Complementary color
Monochromatic Colors of #A20E2F
Black with #A20E2F
Text Example
Text Example
White with #A20E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E2F; }
p { color: rgb(162,14,47); }
H1.HeaderClassName
{
color: #A20E2F;
}
.AnyTagClassName
{
color: #A20E2F;
}
</style>
background-color css
<style>
a { background-color: #A20E2F; }
a { background-color: rgb(162,14,47); }
div.DivClassName
{
background-color: #A20E2F;
}
.BgClassName
{
background-color: #A20E2F;
}
</style>
border-color css
<style>
span { border-color: #A20E2F; }
span { border-color: rgb(162,14,47); }
td.TdClassName
{
border-color: #A20E2F;
}
.TagClassName
{
border-color: #A20E2F;
}
</style>