Shades of Carmine #A10915
Tints of Carmine #A10915
RGB
CMYK
RGB Variations
Color information
#A10915 (or 0xA10915) is known color: Carmine. HEX triplet: A1, 09 and 15. RGB value is (161,9,21). Sum of RGB (Red+Green+Blue) = 161+9+21=191 (25% of max value = 765). Red value is 161 (63.28% from 255 or 84.29% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 161 - color contains mainly: red. Hex color #A10915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10915 is #5EF6EA. Grayscale: #373737. Windows color (decimal): -6223595 or 1378721. OLE color: 1378721.
HSL color Cylindrical-coordinate representation of color #A10915: hue angle of 355.26º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10915 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 21 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.37 |
| HSL | 355.26º | 0.89% | 0.33% | - |
| HSV(B) | 355.26º | 0.94% | 0.63% | - |
| XYZ | 14.93 | 7.83 | 1.43 | - |
| YUV | 55.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 21 | 0 | 0.94 | 0.87 | 0.37 | 355.26 | 0.89 | 0.33 |
| Hex | A1 | 9 | 15 | 0 | 5E | 57 | 25 | 163 | 59 | 21 |
| Octal | 241 | 11 | 25 | 0 | 136 | 127 | 45 | 543 | 131 | 41 |
| Binary | 10100001 | 1001 | 10101 | 0 | 1011110 | 1010111 | 100101 | 101100011 | 1011001 | 100001 |
Color Harmonies of #A10915
Complementary color
Monochromatic Colors of #A10915
Black with #A10915
Text Example
Text Example
White with #A10915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10915; }
p { color: rgb(161,9,21); }
H1.HeaderClassName
{
color: #A10915;
}
.AnyTagClassName
{
color: #A10915;
}
</style>
background-color css
<style>
a { background-color: #A10915; }
a { background-color: rgb(161,9,21); }
div.DivClassName
{
background-color: #A10915;
}
.BgClassName
{
background-color: #A10915;
}
</style>
border-color css
<style>
span { border-color: #A10915; }
span { border-color: rgb(161,9,21); }
td.TdClassName
{
border-color: #A10915;
}
.TagClassName
{
border-color: #A10915;
}
</style>