Shades of Carmine #A10110
Tints of Carmine #A10110
RGB
CMYK
RGB Variations
Color information
#A10110 (or 0xA10110) is known color: Carmine. HEX triplet: A1, 01 and 10. RGB value is (161,1,16). Sum of RGB (Red+Green+Blue) = 161+1+16=178 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.45% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 161 - color contains mainly: red. Hex color #A10110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10110 is #5EFEEF. Grayscale: #323232. Windows color (decimal): -6225648 or 1048993. OLE color: 1048993.
HSL color Cylindrical-coordinate representation of color #A10110: hue angle of 354.38º 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 #A10110 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.37 |
| HSL | 354.38º | 0.99% | 0.32% | - |
| HSV(B) | 354.38º | 0.99% | 0.63% | - |
| XYZ | 14.8 | 7.64 | 1.18 | - |
| YUV | 50.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 16 | 0 | 0.99 | 0.90 | 0.37 | 354.38 | 0.99 | 0.32 |
| Hex | A1 | 1 | 10 | 0 | 63 | 5A | 25 | 162 | 63 | 20 |
| Octal | 241 | 1 | 20 | 0 | 143 | 132 | 45 | 542 | 143 | 40 |
| Binary | 10100001 | 1 | 10000 | 0 | 1100011 | 1011010 | 100101 | 101100010 | 1100011 | 100000 |
Color Harmonies of #A10110
Complementary color
Monochromatic Colors of #A10110
Black with #A10110
Text Example
Text Example
White with #A10110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10110; }
p { color: rgb(161,1,16); }
H1.HeaderClassName
{
color: #A10110;
}
.AnyTagClassName
{
color: #A10110;
}
</style>
background-color css
<style>
a { background-color: #A10110; }
a { background-color: rgb(161,1,16); }
div.DivClassName
{
background-color: #A10110;
}
.BgClassName
{
background-color: #A10110;
}
</style>
border-color css
<style>
span { border-color: #A10110; }
span { border-color: rgb(161,1,16); }
td.TdClassName
{
border-color: #A10110;
}
.TagClassName
{
border-color: #A10110;
}
</style>