Shades of Carmine #A10E20
Tints of Carmine #A10E20
RGB
CMYK
RGB Variations
Color information
#A10E20 (or 0xA10E20) is known color: Carmine. HEX triplet: A1, 0E and 20. RGB value is (161,14,32). Sum of RGB (Red+Green+Blue) = 161+14+32=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10E20 is #5EF1DF. Grayscale: #3C3C3C. Windows color (decimal): -6222304 or 2100897. OLE color: 2100897.
HSL color Cylindrical-coordinate representation of color #A10E20: hue angle of 352.65º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10E20 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 14 | 32 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.37 |
| HSL | 352.65º | 0.84% | 0.34% | - |
| HSV(B) | 352.65º | 0.91% | 0.63% | - |
| XYZ | 15.12 | 8 | 2.11 | - |
| YUV | 60.01 | 112.2 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 14 | 32 | 0 | 0.91 | 0.80 | 0.37 | 352.65 | 0.84 | 0.34 |
| Hex | A1 | E | 20 | 0 | 5B | 50 | 25 | 161 | 54 | 22 |
| Octal | 241 | 16 | 40 | 0 | 133 | 120 | 45 | 541 | 124 | 42 |
| Binary | 10100001 | 1110 | 100000 | 0 | 1011011 | 1010000 | 100101 | 101100001 | 1010100 | 100010 |
Color Harmonies of #A10E20
Complementary color
Monochromatic Colors of #A10E20
Black with #A10E20
Text Example
Text Example
White with #A10E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10E20; }
p { color: rgb(161,14,32); }
H1.HeaderClassName
{
color: #A10E20;
}
.AnyTagClassName
{
color: #A10E20;
}
</style>
background-color css
<style>
a { background-color: #A10E20; }
a { background-color: rgb(161,14,32); }
div.DivClassName
{
background-color: #A10E20;
}
.BgClassName
{
background-color: #A10E20;
}
</style>
border-color css
<style>
span { border-color: #A10E20; }
span { border-color: rgb(161,14,32); }
td.TdClassName
{
border-color: #A10E20;
}
.TagClassName
{
border-color: #A10E20;
}
</style>