Shades of Carmine #A6191D
Tints of Carmine #A6191D
RGB
CMYK
RGB Variations
Color information
#A6191D (or 0xA6191D) is known color: Carmine. HEX triplet: A6, 19 and 1D. RGB value is (166,25,29). Sum of RGB (Red+Green+Blue) = 166+25+29=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A6191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6191D is #59E6E2. Grayscale: #434343. Windows color (decimal): -5891811 or 1907110. OLE color: 1907110.
HSL color Cylindrical-coordinate representation of color #A6191D: hue angle of 358.3º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6191D is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 29 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.35 |
| HSL | 358.3º | 0.74% | 0.37% | - |
| HSV(B) | 358.3º | 0.85% | 0.65% | - |
| XYZ | 16.3 | 8.89 | 2.02 | - |
| YUV | 67.62 | 106.21 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 29 | 0 | 0.85 | 0.83 | 0.35 | 358.3 | 0.74 | 0.37 |
| Hex | A6 | 19 | 1D | 0 | 55 | 53 | 23 | 166 | 4A | 25 |
| Octal | 246 | 31 | 35 | 0 | 125 | 123 | 43 | 546 | 112 | 45 |
| Binary | 10100110 | 11001 | 11101 | 0 | 1010101 | 1010011 | 100011 | 101100110 | 1001010 | 100101 |
Color Harmonies of #A6191D
Complementary color
Monochromatic Colors of #A6191D
Black with #A6191D
Text Example
Text Example
White with #A6191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6191D; }
p { color: rgb(166,25,29); }
H1.HeaderClassName
{
color: #A6191D;
}
.AnyTagClassName
{
color: #A6191D;
}
</style>
background-color css
<style>
a { background-color: #A6191D; }
a { background-color: rgb(166,25,29); }
div.DivClassName
{
background-color: #A6191D;
}
.BgClassName
{
background-color: #A6191D;
}
</style>
border-color css
<style>
span { border-color: #A6191D; }
span { border-color: rgb(166,25,29); }
td.TdClassName
{
border-color: #A6191D;
}
.TagClassName
{
border-color: #A6191D;
}
</style>