Shades of Carmine #A6101D
Tints of Carmine #A6101D
RGB
CMYK
RGB Variations
Color information
#A6101D (or 0xA6101D) is known color: Carmine. HEX triplet: A6, 10 and 1D. RGB value is (166,16,29). Sum of RGB (Red+Green+Blue) = 166+16+29=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A6101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6101D is #59EFE2. Grayscale: #3E3E3E. Windows color (decimal): -5894115 or 1904806. OLE color: 1904806.
HSL color Cylindrical-coordinate representation of color #A6101D: hue angle of 354.8º degrees, saturation: 0.82, 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 #A6101D is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 29 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.35 |
| HSL | 354.8º | 0.82% | 0.36% | - |
| HSV(B) | 354.8º | 0.9% | 0.65% | - |
| XYZ | 16.13 | 8.57 | 1.97 | - |
| YUV | 62.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 29 | 0 | 0.90 | 0.83 | 0.35 | 354.8 | 0.82 | 0.36 |
| Hex | A6 | 10 | 1D | 0 | 5A | 53 | 23 | 163 | 52 | 24 |
| Octal | 246 | 20 | 35 | 0 | 132 | 123 | 43 | 543 | 122 | 44 |
| Binary | 10100110 | 10000 | 11101 | 0 | 1011010 | 1010011 | 100011 | 101100011 | 1010010 | 100100 |
Color Harmonies of #A6101D
Complementary color
Monochromatic Colors of #A6101D
Black with #A6101D
Text Example
Text Example
White with #A6101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6101D; }
p { color: rgb(166,16,29); }
H1.HeaderClassName
{
color: #A6101D;
}
.AnyTagClassName
{
color: #A6101D;
}
</style>
background-color css
<style>
a { background-color: #A6101D; }
a { background-color: rgb(166,16,29); }
div.DivClassName
{
background-color: #A6101D;
}
.BgClassName
{
background-color: #A6101D;
}
</style>
border-color css
<style>
span { border-color: #A6101D; }
span { border-color: rgb(166,16,29); }
td.TdClassName
{
border-color: #A6101D;
}
.TagClassName
{
border-color: #A6101D;
}
</style>