Shades of Carmine #A10118
Tints of Carmine #A10118
RGB
CMYK
RGB Variations
Color information
#A10118 (or 0xA10118) is known color: Carmine. HEX triplet: A1, 01 and 18. RGB value is (161,1,24). Sum of RGB (Red+Green+Blue) = 161+1+24=186 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.56% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 161 - color contains mainly: red. Hex color #A10118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10118 is #5EFEE7. Grayscale: #333333. Windows color (decimal): -6225640 or 1573281. OLE color: 1573281.
HSL color Cylindrical-coordinate representation of color #A10118: hue angle of 351.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 #A10118 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 24 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.37 |
| HSL | 351.38º | 0.99% | 0.32% | - |
| HSV(B) | 351.38º | 0.99% | 0.63% | - |
| XYZ | 14.87 | 7.66 | 1.56 | - |
| YUV | 51.46 | 112.51 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 24 | 0 | 0.99 | 0.85 | 0.37 | 351.38 | 0.99 | 0.32 |
| Hex | A1 | 1 | 18 | 0 | 63 | 55 | 25 | 15F | 63 | 20 |
| Octal | 241 | 1 | 30 | 0 | 143 | 125 | 45 | 537 | 143 | 40 |
| Binary | 10100001 | 1 | 11000 | 0 | 1100011 | 1010101 | 100101 | 101011111 | 1100011 | 100000 |
Color Harmonies of #A10118
Complementary color
Monochromatic Colors of #A10118
Black with #A10118
Text Example
Text Example
White with #A10118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10118; }
p { color: rgb(161,1,24); }
H1.HeaderClassName
{
color: #A10118;
}
.AnyTagClassName
{
color: #A10118;
}
</style>
background-color css
<style>
a { background-color: #A10118; }
a { background-color: rgb(161,1,24); }
div.DivClassName
{
background-color: #A10118;
}
.BgClassName
{
background-color: #A10118;
}
</style>
border-color css
<style>
span { border-color: #A10118; }
span { border-color: rgb(161,1,24); }
td.TdClassName
{
border-color: #A10118;
}
.TagClassName
{
border-color: #A10118;
}
</style>