Shades of Carmine #A10520
Tints of Carmine #A10520
RGB
CMYK
RGB Variations
Color information
#A10520 (or 0xA10520) is known color: Carmine. HEX triplet: A1, 05 and 20. RGB value is (161,5,32). Sum of RGB (Red+Green+Blue) = 161+5+32=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A10520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10520 is #5EFADF. Grayscale: #363636. Windows color (decimal): -6224608 or 2098593. OLE color: 2098593.
HSL color Cylindrical-coordinate representation of color #A10520: hue angle of 349.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A10520 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 32 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.37 |
| HSL | 349.62º | 0.94% | 0.33% | - |
| HSV(B) | 349.62º | 0.97% | 0.63% | - |
| XYZ | 15.01 | 7.79 | 2.08 | - |
| YUV | 54.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 32 | 0 | 0.97 | 0.80 | 0.37 | 349.62 | 0.94 | 0.33 |
| Hex | A1 | 5 | 20 | 0 | 61 | 50 | 25 | 15E | 5E | 21 |
| Octal | 241 | 5 | 40 | 0 | 141 | 120 | 45 | 536 | 136 | 41 |
| Binary | 10100001 | 101 | 100000 | 0 | 1100001 | 1010000 | 100101 | 101011110 | 1011110 | 100001 |
Color Harmonies of #A10520
Complementary color
Monochromatic Colors of #A10520
Black with #A10520
Text Example
Text Example
White with #A10520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10520; }
p { color: rgb(161,5,32); }
H1.HeaderClassName
{
color: #A10520;
}
.AnyTagClassName
{
color: #A10520;
}
</style>
background-color css
<style>
a { background-color: #A10520; }
a { background-color: rgb(161,5,32); }
div.DivClassName
{
background-color: #A10520;
}
.BgClassName
{
background-color: #A10520;
}
</style>
border-color css
<style>
span { border-color: #A10520; }
span { border-color: rgb(161,5,32); }
td.TdClassName
{
border-color: #A10520;
}
.TagClassName
{
border-color: #A10520;
}
</style>