Shades of Carmine #A20E1C
Tints of Carmine #A20E1C
RGB
CMYK
RGB Variations
Color information
#A20E1C (or 0xA20E1C) is known color: Carmine. HEX triplet: A2, 0E and 1C. RGB value is (162,14,28). Sum of RGB (Red+Green+Blue) = 162+14+28=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E1C is #5DF1E3. Grayscale: #3B3B3B. Windows color (decimal): -6156772 or 1838754. OLE color: 1838754.
HSL color Cylindrical-coordinate representation of color #A20E1C: hue angle of 354.32º 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 #A20E1C is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 28 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.36 |
| HSL | 354.32º | 0.84% | 0.35% | - |
| HSV(B) | 354.32º | 0.91% | 0.64% | - |
| XYZ | 15.27 | 8.08 | 1.85 | - |
| YUV | 59.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 28 | 0 | 0.91 | 0.83 | 0.36 | 354.32 | 0.84 | 0.35 |
| Hex | A2 | E | 1C | 0 | 5B | 53 | 24 | 162 | 54 | 23 |
| Octal | 242 | 16 | 34 | 0 | 133 | 123 | 44 | 542 | 124 | 43 |
| Binary | 10100010 | 1110 | 11100 | 0 | 1011011 | 1010011 | 100100 | 101100010 | 1010100 | 100011 |
Color Harmonies of #A20E1C
Complementary color
Monochromatic Colors of #A20E1C
Black with #A20E1C
Text Example
Text Example
White with #A20E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E1C; }
p { color: rgb(162,14,28); }
H1.HeaderClassName
{
color: #A20E1C;
}
.AnyTagClassName
{
color: #A20E1C;
}
</style>
background-color css
<style>
a { background-color: #A20E1C; }
a { background-color: rgb(162,14,28); }
div.DivClassName
{
background-color: #A20E1C;
}
.BgClassName
{
background-color: #A20E1C;
}
</style>
border-color css
<style>
span { border-color: #A20E1C; }
span { border-color: rgb(162,14,28); }
td.TdClassName
{
border-color: #A20E1C;
}
.TagClassName
{
border-color: #A20E1C;
}
</style>