Shades of Carmine #A6101E
Tints of Carmine #A6101E
RGB
CMYK
RGB Variations
Color information
#A6101E (or 0xA6101E) is known color: Carmine. HEX triplet: A6, 10 and 1E. RGB value is (166,16,30). Sum of RGB (Red+Green+Blue) = 166+16+30=212 (28% of max value = 765). Red value is 166 (65.23% from 255 or 78.30% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 166 - color contains mainly: red. Hex color #A6101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6101E is #59EFE1. Grayscale: #3E3E3E. Windows color (decimal): -5894114 or 1970342. OLE color: 1970342.
HSL color Cylindrical-coordinate representation of color #A6101E: hue angle of 354.4º 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 #A6101E is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 30 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.35 |
| HSL | 354.4º | 0.82% | 0.36% | - |
| HSV(B) | 354.4º | 0.9% | 0.65% | - |
| XYZ | 16.15 | 8.57 | 2.03 | - |
| YUV | 62.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 30 | 0 | 0.90 | 0.82 | 0.35 | 354.4 | 0.82 | 0.36 |
| Hex | A6 | 10 | 1E | 0 | 5A | 52 | 23 | 162 | 52 | 24 |
| Octal | 246 | 20 | 36 | 0 | 132 | 122 | 43 | 542 | 122 | 44 |
| Binary | 10100110 | 10000 | 11110 | 0 | 1011010 | 1010010 | 100011 | 101100010 | 1010010 | 100100 |
Color Harmonies of #A6101E
Complementary color
Monochromatic Colors of #A6101E
Black with #A6101E
Text Example
Text Example
White with #A6101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6101E; }
p { color: rgb(166,16,30); }
H1.HeaderClassName
{
color: #A6101E;
}
.AnyTagClassName
{
color: #A6101E;
}
</style>
background-color css
<style>
a { background-color: #A6101E; }
a { background-color: rgb(166,16,30); }
div.DivClassName
{
background-color: #A6101E;
}
.BgClassName
{
background-color: #A6101E;
}
</style>
border-color css
<style>
span { border-color: #A6101E; }
span { border-color: rgb(166,16,30); }
td.TdClassName
{
border-color: #A6101E;
}
.TagClassName
{
border-color: #A6101E;
}
</style>