Shades of Carmine #A6191B
Tints of Carmine #A6191B
RGB
CMYK
RGB Variations
Color information
#A6191B (or 0xA6191B) is known color: Carmine. HEX triplet: A6, 19 and 1B. RGB value is (166,25,27). Sum of RGB (Red+Green+Blue) = 166+25+27=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A6191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6191B is #59E6E4. Grayscale: #434343. Windows color (decimal): -5891813 or 1776038. OLE color: 1776038.
HSL color Cylindrical-coordinate representation of color #A6191B: hue angle of 359.15º 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 #A6191B is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 27 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.35 |
| HSL | 359.15º | 0.74% | 0.37% | - |
| HSV(B) | 359.15º | 0.85% | 0.65% | - |
| XYZ | 16.27 | 8.88 | 1.89 | - |
| YUV | 67.39 | 105.21 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 27 | 0 | 0.85 | 0.84 | 0.35 | 359.15 | 0.74 | 0.37 |
| Hex | A6 | 19 | 1B | 0 | 55 | 54 | 23 | 167 | 4A | 25 |
| Octal | 246 | 31 | 33 | 0 | 125 | 124 | 43 | 547 | 112 | 45 |
| Binary | 10100110 | 11001 | 11011 | 0 | 1010101 | 1010100 | 100011 | 101100111 | 1001010 | 100101 |
Color Harmonies of #A6191B
Complementary color
Monochromatic Colors of #A6191B
Black with #A6191B
Text Example
Text Example
White with #A6191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6191B; }
p { color: rgb(166,25,27); }
H1.HeaderClassName
{
color: #A6191B;
}
.AnyTagClassName
{
color: #A6191B;
}
</style>
background-color css
<style>
a { background-color: #A6191B; }
a { background-color: rgb(166,25,27); }
div.DivClassName
{
background-color: #A6191B;
}
.BgClassName
{
background-color: #A6191B;
}
</style>
border-color css
<style>
span { border-color: #A6191B; }
span { border-color: rgb(166,25,27); }
td.TdClassName
{
border-color: #A6191B;
}
.TagClassName
{
border-color: #A6191B;
}
</style>