Shades of Carmine #A10E12
Tints of Carmine #A10E12
RGB
CMYK
RGB Variations
Color information
#A10E12 (or 0xA10E12) is known color: Carmine. HEX triplet: A1, 0E and 12. RGB value is (161,14,18). Sum of RGB (Red+Green+Blue) = 161+14+18=193 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.42% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10E12 is #5EF1ED. Grayscale: #3A3A3A. Windows color (decimal): -6222318 or 1183393. OLE color: 1183393.
HSL color Cylindrical-coordinate representation of color #A10E12: hue angle of 358.37º 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 #A10E12 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 14 | 18 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.37 |
| HSL | 358.37º | 0.84% | 0.34% | - |
| HSV(B) | 358.37º | 0.91% | 0.63% | - |
| XYZ | 14.96 | 7.93 | 1.32 | - |
| YUV | 58.41 | 105.2 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 14 | 18 | 0 | 0.91 | 0.89 | 0.37 | 358.37 | 0.84 | 0.34 |
| Hex | A1 | E | 12 | 0 | 5B | 59 | 25 | 166 | 54 | 22 |
| Octal | 241 | 16 | 22 | 0 | 133 | 131 | 45 | 546 | 124 | 42 |
| Binary | 10100001 | 1110 | 10010 | 0 | 1011011 | 1011001 | 100101 | 101100110 | 1010100 | 100010 |
Color Harmonies of #A10E12
Complementary color
Monochromatic Colors of #A10E12
Black with #A10E12
Text Example
Text Example
White with #A10E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10E12; }
p { color: rgb(161,14,18); }
H1.HeaderClassName
{
color: #A10E12;
}
.AnyTagClassName
{
color: #A10E12;
}
</style>
background-color css
<style>
a { background-color: #A10E12; }
a { background-color: rgb(161,14,18); }
div.DivClassName
{
background-color: #A10E12;
}
.BgClassName
{
background-color: #A10E12;
}
</style>
border-color css
<style>
span { border-color: #A10E12; }
span { border-color: rgb(161,14,18); }
td.TdClassName
{
border-color: #A10E12;
}
.TagClassName
{
border-color: #A10E12;
}
</style>