Shades of Carmine #A10112
Tints of Carmine #A10112
RGB
CMYK
RGB Variations
Color information
#A10112 (or 0xA10112) is known color: Carmine. HEX triplet: A1, 01 and 12. RGB value is (161,1,18). Sum of RGB (Red+Green+Blue) = 161+1+18=180 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.44% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 161 - color contains mainly: red. Hex color #A10112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10112 is #5EFEED. Grayscale: #323232. Windows color (decimal): -6225646 or 1180065. OLE color: 1180065.
HSL color Cylindrical-coordinate representation of color #A10112: hue angle of 353.62º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10112 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 18 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.37 |
| HSL | 353.63º | 0.99% | 0.32% | - |
| HSV(B) | 353.63º | 0.99% | 0.63% | - |
| XYZ | 14.82 | 7.64 | 1.27 | - |
| YUV | 50.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 18 | 0 | 0.99 | 0.89 | 0.37 | 353.63 | 0.99 | 0.32 |
| Hex | A1 | 1 | 12 | 0 | 63 | 59 | 25 | 162 | 63 | 20 |
| Octal | 241 | 1 | 22 | 0 | 143 | 131 | 45 | 542 | 143 | 40 |
| Binary | 10100001 | 1 | 10010 | 0 | 1100011 | 1011001 | 100101 | 101100010 | 1100011 | 100000 |
Color Harmonies of #A10112
Complementary color
Monochromatic Colors of #A10112
Black with #A10112
Text Example
Text Example
White with #A10112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10112; }
p { color: rgb(161,1,18); }
H1.HeaderClassName
{
color: #A10112;
}
.AnyTagClassName
{
color: #A10112;
}
</style>
background-color css
<style>
a { background-color: #A10112; }
a { background-color: rgb(161,1,18); }
div.DivClassName
{
background-color: #A10112;
}
.BgClassName
{
background-color: #A10112;
}
</style>
border-color css
<style>
span { border-color: #A10112; }
span { border-color: rgb(161,1,18); }
td.TdClassName
{
border-color: #A10112;
}
.TagClassName
{
border-color: #A10112;
}
</style>