Shades of Carmine #A20E34
Tints of Carmine #A20E34
RGB
CMYK
RGB Variations
Color information
#A20E34 (or 0xA20E34) is known color: Carmine. HEX triplet: A2, 0E and 34. RGB value is (162,14,52). Sum of RGB (Red+Green+Blue) = 162+14+52=228 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.05% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E34 is #5DF1CB. Grayscale: #3E3E3E. Windows color (decimal): -6156748 or 3411618. OLE color: 3411618.
HSL color Cylindrical-coordinate representation of color #A20E34: hue angle of 344.59º 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 #A20E34 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 52 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.36 |
| HSL | 344.59º | 0.84% | 0.35% | - |
| HSV(B) | 344.59º | 0.91% | 0.64% | - |
| XYZ | 15.68 | 8.24 | 4.01 | - |
| YUV | 62.58 | 122.03 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 52 | 0 | 0.91 | 0.68 | 0.36 | 344.59 | 0.84 | 0.35 |
| Hex | A2 | E | 34 | 0 | 5B | 44 | 24 | 159 | 54 | 23 |
| Octal | 242 | 16 | 64 | 0 | 133 | 104 | 44 | 531 | 124 | 43 |
| Binary | 10100010 | 1110 | 110100 | 0 | 1011011 | 1000100 | 100100 | 101011001 | 1010100 | 100011 |
Color Harmonies of #A20E34
Complementary color
Monochromatic Colors of #A20E34
Black with #A20E34
Text Example
Text Example
White with #A20E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E34; }
p { color: rgb(162,14,52); }
H1.HeaderClassName
{
color: #A20E34;
}
.AnyTagClassName
{
color: #A20E34;
}
</style>
background-color css
<style>
a { background-color: #A20E34; }
a { background-color: rgb(162,14,52); }
div.DivClassName
{
background-color: #A20E34;
}
.BgClassName
{
background-color: #A20E34;
}
</style>
border-color css
<style>
span { border-color: #A20E34; }
span { border-color: rgb(162,14,52); }
td.TdClassName
{
border-color: #A20E34;
}
.TagClassName
{
border-color: #A20E34;
}
</style>