Shades of Carmine #A20B23
Tints of Carmine #A20B23
RGB
CMYK
RGB Variations
Color information
#A20B23 (or 0xA20B23) is known color: Carmine. HEX triplet: A2, 0B and 23. RGB value is (162,11,35). Sum of RGB (Red+Green+Blue) = 162+11+35=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20B23 is #5DF4DC. Grayscale: #3A3A3A. Windows color (decimal): -6157533 or 2296738. OLE color: 2296738.
HSL color Cylindrical-coordinate representation of color #A20B23: hue angle of 350.46º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20B23 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 11 | 35 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.36 |
| HSL | 350.46º | 0.87% | 0.34% | - |
| HSV(B) | 350.46º | 0.93% | 0.64% | - |
| XYZ | 15.32 | 8.04 | 2.33 | - |
| YUV | 58.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 35 | 0 | 0.93 | 0.78 | 0.36 | 350.46 | 0.87 | 0.34 |
| Hex | A2 | B | 23 | 0 | 5D | 4E | 24 | 15E | 57 | 22 |
| Octal | 242 | 13 | 43 | 0 | 135 | 116 | 44 | 536 | 127 | 42 |
| Binary | 10100010 | 1011 | 100011 | 0 | 1011101 | 1001110 | 100100 | 101011110 | 1010111 | 100010 |
Color Harmonies of #A20B23
Complementary color
Monochromatic Colors of #A20B23
Black with #A20B23
Text Example
Text Example
White with #A20B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20B23; }
p { color: rgb(162,11,35); }
H1.HeaderClassName
{
color: #A20B23;
}
.AnyTagClassName
{
color: #A20B23;
}
</style>
background-color css
<style>
a { background-color: #A20B23; }
a { background-color: rgb(162,11,35); }
div.DivClassName
{
background-color: #A20B23;
}
.BgClassName
{
background-color: #A20B23;
}
</style>
border-color css
<style>
span { border-color: #A20B23; }
span { border-color: rgb(162,11,35); }
td.TdClassName
{
border-color: #A20B23;
}
.TagClassName
{
border-color: #A20B23;
}
</style>