Shades of Carmine #A0111A
Tints of Carmine #A0111A
RGB
CMYK
RGB Variations
Color information
#A0111A (or 0xA0111A) is known color: Carmine. HEX triplet: A0, 11 and 1A. RGB value is (160,17,26). Sum of RGB (Red+Green+Blue) = 160+17+26=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A0111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0111A is #5FEEE5. Grayscale: #3C3C3C. Windows color (decimal): -6287078 or 1708448. OLE color: 1708448.
HSL color Cylindrical-coordinate representation of color #A0111A: hue angle of 356.22º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0111A is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 17 | 26 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.37 |
| HSL | 356.22º | 0.81% | 0.35% | - |
| HSV(B) | 356.22º | 0.89% | 0.63% | - |
| XYZ | 14.88 | 7.95 | 1.73 | - |
| YUV | 60.78 | 108.38 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 26 | 0 | 0.89 | 0.84 | 0.37 | 356.22 | 0.81 | 0.35 |
| Hex | A0 | 11 | 1A | 0 | 59 | 54 | 25 | 164 | 51 | 23 |
| Octal | 240 | 21 | 32 | 0 | 131 | 124 | 45 | 544 | 121 | 43 |
| Binary | 10100000 | 10001 | 11010 | 0 | 1011001 | 1010100 | 100101 | 101100100 | 1010001 | 100011 |
Color Harmonies of #A0111A
Complementary color
Monochromatic Colors of #A0111A
Black with #A0111A
Text Example
Text Example
White with #A0111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0111A; }
p { color: rgb(160,17,26); }
H1.HeaderClassName
{
color: #A0111A;
}
.AnyTagClassName
{
color: #A0111A;
}
</style>
background-color css
<style>
a { background-color: #A0111A; }
a { background-color: rgb(160,17,26); }
div.DivClassName
{
background-color: #A0111A;
}
.BgClassName
{
background-color: #A0111A;
}
</style>
border-color css
<style>
span { border-color: #A0111A; }
span { border-color: rgb(160,17,26); }
td.TdClassName
{
border-color: #A0111A;
}
.TagClassName
{
border-color: #A0111A;
}
</style>