Shades of Carmine #A20E23
Tints of Carmine #A20E23
RGB
CMYK
RGB Variations
Color information
#A20E23 (or 0xA20E23) is known color: Carmine. HEX triplet: A2, 0E and 23. RGB value is (162,14,35). Sum of RGB (Red+Green+Blue) = 162+14+35=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E23 is #5DF1DC. Grayscale: #3C3C3C. Windows color (decimal): -6156765 or 2297506. OLE color: 2297506.
HSL color Cylindrical-coordinate representation of color #A20E23: hue angle of 351.49º 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 #A20E23 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 35 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.36 |
| HSL | 351.49º | 0.84% | 0.35% | - |
| HSV(B) | 351.49º | 0.91% | 0.64% | - |
| XYZ | 15.36 | 8.12 | 2.35 | - |
| YUV | 60.65 | 113.53 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 35 | 0 | 0.91 | 0.78 | 0.36 | 351.49 | 0.84 | 0.35 |
| Hex | A2 | E | 23 | 0 | 5B | 4E | 24 | 15F | 54 | 23 |
| Octal | 242 | 16 | 43 | 0 | 133 | 116 | 44 | 537 | 124 | 43 |
| Binary | 10100010 | 1110 | 100011 | 0 | 1011011 | 1001110 | 100100 | 101011111 | 1010100 | 100011 |
Color Harmonies of #A20E23
Complementary color
Monochromatic Colors of #A20E23
Black with #A20E23
Text Example
Text Example
White with #A20E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E23; }
p { color: rgb(162,14,35); }
H1.HeaderClassName
{
color: #A20E23;
}
.AnyTagClassName
{
color: #A20E23;
}
</style>
background-color css
<style>
a { background-color: #A20E23; }
a { background-color: rgb(162,14,35); }
div.DivClassName
{
background-color: #A20E23;
}
.BgClassName
{
background-color: #A20E23;
}
</style>
border-color css
<style>
span { border-color: #A20E23; }
span { border-color: rgb(162,14,35); }
td.TdClassName
{
border-color: #A20E23;
}
.TagClassName
{
border-color: #A20E23;
}
</style>