Shades of Carmine #A10120
Tints of Carmine #A10120
RGB
CMYK
RGB Variations
Color information
#A10120 (or 0xA10120) is known color: Carmine. HEX triplet: A1, 01 and 20. RGB value is (161,1,32). Sum of RGB (Red+Green+Blue) = 161+1+32=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A10120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10120 is #5EFEDF. Grayscale: #343434. Windows color (decimal): -6225632 or 2097569. OLE color: 2097569.
HSL color Cylindrical-coordinate representation of color #A10120: hue angle of 348.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 #A10120 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.37 |
| HSL | 348.38º | 0.99% | 0.32% | - |
| HSV(B) | 348.38º | 0.99% | 0.63% | - |
| XYZ | 14.97 | 7.7 | 2.06 | - |
| YUV | 52.37 | 116.51 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 32 | 0 | 0.99 | 0.80 | 0.37 | 348.38 | 0.99 | 0.32 |
| Hex | A1 | 1 | 20 | 0 | 63 | 50 | 25 | 15C | 63 | 20 |
| Octal | 241 | 1 | 40 | 0 | 143 | 120 | 45 | 534 | 143 | 40 |
| Binary | 10100001 | 1 | 100000 | 0 | 1100011 | 1010000 | 100101 | 101011100 | 1100011 | 100000 |
Color Harmonies of #A10120
Complementary color
Monochromatic Colors of #A10120
Black with #A10120
Text Example
Text Example
White with #A10120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10120; }
p { color: rgb(161,1,32); }
H1.HeaderClassName
{
color: #A10120;
}
.AnyTagClassName
{
color: #A10120;
}
</style>
background-color css
<style>
a { background-color: #A10120; }
a { background-color: rgb(161,1,32); }
div.DivClassName
{
background-color: #A10120;
}
.BgClassName
{
background-color: #A10120;
}
</style>
border-color css
<style>
span { border-color: #A10120; }
span { border-color: rgb(161,1,32); }
td.TdClassName
{
border-color: #A10120;
}
.TagClassName
{
border-color: #A10120;
}
</style>