Shades of Carmine #A6161D
Tints of Carmine #A6161D
RGB
CMYK
RGB Variations
Color information
#A6161D (or 0xA6161D) is known color: Carmine. HEX triplet: A6, 16 and 1D. RGB value is (166,22,29). Sum of RGB (Red+Green+Blue) = 166+22+29=217 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.50% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 166 - color contains mainly: red. Hex color #A6161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6161D is #59E9E2. Grayscale: #414141. Windows color (decimal): -5892579 or 1906342. OLE color: 1906342.
HSL color Cylindrical-coordinate representation of color #A6161D: hue angle of 357.08º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6161D is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 29 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.35 |
| HSL | 357.08º | 0.77% | 0.37% | - |
| HSV(B) | 357.08º | 0.87% | 0.65% | - |
| XYZ | 16.23 | 8.77 | 2 | - |
| YUV | 65.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 29 | 0 | 0.87 | 0.83 | 0.35 | 357.08 | 0.77 | 0.37 |
| Hex | A6 | 16 | 1D | 0 | 57 | 53 | 23 | 165 | 4D | 25 |
| Octal | 246 | 26 | 35 | 0 | 127 | 123 | 43 | 545 | 115 | 45 |
| Binary | 10100110 | 10110 | 11101 | 0 | 1010111 | 1010011 | 100011 | 101100101 | 1001101 | 100101 |
Color Harmonies of #A6161D
Complementary color
Monochromatic Colors of #A6161D
Black with #A6161D
Text Example
Text Example
White with #A6161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6161D; }
p { color: rgb(166,22,29); }
H1.HeaderClassName
{
color: #A6161D;
}
.AnyTagClassName
{
color: #A6161D;
}
</style>
background-color css
<style>
a { background-color: #A6161D; }
a { background-color: rgb(166,22,29); }
div.DivClassName
{
background-color: #A6161D;
}
.BgClassName
{
background-color: #A6161D;
}
</style>
border-color css
<style>
span { border-color: #A6161D; }
span { border-color: rgb(166,22,29); }
td.TdClassName
{
border-color: #A6161D;
}
.TagClassName
{
border-color: #A6161D;
}
</style>