Shades of Carmine #A6111D
Tints of Carmine #A6111D
RGB
CMYK
RGB Variations
Color information
#A6111D (or 0xA6111D) is known color: Carmine. HEX triplet: A6, 11 and 1D. RGB value is (166,17,29). Sum of RGB (Red+Green+Blue) = 166+17+29=212 (28% of max value = 765). Red value is 166 (65.23% from 255 or 78.30% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 166 - color contains mainly: red. Hex color #A6111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6111D is #59EEE2. Grayscale: #3F3F3F. Windows color (decimal): -5893859 or 1905062. OLE color: 1905062.
HSL color Cylindrical-coordinate representation of color #A6111D: hue angle of 355.17º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6111D is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 17 | 29 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.35 |
| HSL | 355.17º | 0.81% | 0.36% | - |
| HSV(B) | 355.17º | 0.9% | 0.65% | - |
| XYZ | 16.15 | 8.6 | 1.97 | - |
| YUV | 62.92 | 108.86 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 29 | 0 | 0.90 | 0.83 | 0.35 | 355.17 | 0.81 | 0.36 |
| Hex | A6 | 11 | 1D | 0 | 5A | 53 | 23 | 163 | 51 | 24 |
| Octal | 246 | 21 | 35 | 0 | 132 | 123 | 43 | 543 | 121 | 44 |
| Binary | 10100110 | 10001 | 11101 | 0 | 1011010 | 1010011 | 100011 | 101100011 | 1010001 | 100100 |
Color Harmonies of #A6111D
Complementary color
Monochromatic Colors of #A6111D
Black with #A6111D
Text Example
Text Example
White with #A6111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6111D; }
p { color: rgb(166,17,29); }
H1.HeaderClassName
{
color: #A6111D;
}
.AnyTagClassName
{
color: #A6111D;
}
</style>
background-color css
<style>
a { background-color: #A6111D; }
a { background-color: rgb(166,17,29); }
div.DivClassName
{
background-color: #A6111D;
}
.BgClassName
{
background-color: #A6111D;
}
</style>
border-color css
<style>
span { border-color: #A6111D; }
span { border-color: rgb(166,17,29); }
td.TdClassName
{
border-color: #A6111D;
}
.TagClassName
{
border-color: #A6111D;
}
</style>