Shades of Carmine #A10813
Tints of Carmine #A10813
RGB
CMYK
RGB Variations
Color information
#A10813 (or 0xA10813) is known color: Carmine. HEX triplet: A1, 08 and 13. RGB value is (161,8,19). Sum of RGB (Red+Green+Blue) = 161+8+19=188 (24% of max value = 765). Red value is 161 (63.28% from 255 or 85.64% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 161 - color contains mainly: red. Hex color #A10813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10813 is #5EF7EC. Grayscale: #373737. Windows color (decimal): -6223853 or 1247393. OLE color: 1247393.
HSL color Cylindrical-coordinate representation of color #A10813: hue angle of 355.69º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10813 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 19 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.37 |
| HSL | 355.69º | 0.91% | 0.33% | - |
| HSV(B) | 355.69º | 0.95% | 0.63% | - |
| XYZ | 14.9 | 7.8 | 1.34 | - |
| YUV | 55 | 107.69 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 19 | 0 | 0.95 | 0.88 | 0.37 | 355.69 | 0.91 | 0.33 |
| Hex | A1 | 8 | 13 | 0 | 5F | 58 | 25 | 164 | 5B | 21 |
| Octal | 241 | 10 | 23 | 0 | 137 | 130 | 45 | 544 | 133 | 41 |
| Binary | 10100001 | 1000 | 10011 | 0 | 1011111 | 1011000 | 100101 | 101100100 | 1011011 | 100001 |
Color Harmonies of #A10813
Complementary color
Monochromatic Colors of #A10813
Black with #A10813
Text Example
Text Example
White with #A10813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10813; }
p { color: rgb(161,8,19); }
H1.HeaderClassName
{
color: #A10813;
}
.AnyTagClassName
{
color: #A10813;
}
</style>
background-color css
<style>
a { background-color: #A10813; }
a { background-color: rgb(161,8,19); }
div.DivClassName
{
background-color: #A10813;
}
.BgClassName
{
background-color: #A10813;
}
</style>
border-color css
<style>
span { border-color: #A10813; }
span { border-color: rgb(161,8,19); }
td.TdClassName
{
border-color: #A10813;
}
.TagClassName
{
border-color: #A10813;
}
</style>