Shades of Carmine #A6101B
Tints of Carmine #A6101B
RGB
CMYK
RGB Variations
Color information
#A6101B (or 0xA6101B) is known color: Carmine. HEX triplet: A6, 10 and 1B. RGB value is (166,16,27). Sum of RGB (Red+Green+Blue) = 166+16+27=209 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.43% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 166 - color contains mainly: red. Hex color #A6101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6101B is #59EFE4. Grayscale: #3E3E3E. Windows color (decimal): -5894117 or 1773734. OLE color: 1773734.
HSL color Cylindrical-coordinate representation of color #A6101B: hue angle of 355.6º 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 #A6101B is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 27 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.35 |
| HSL | 355.6º | 0.82% | 0.36% | - |
| HSV(B) | 355.6º | 0.9% | 0.65% | - |
| XYZ | 16.11 | 8.56 | 1.84 | - |
| YUV | 62.1 | 108.2 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 27 | 0 | 0.90 | 0.84 | 0.35 | 355.6 | 0.82 | 0.36 |
| Hex | A6 | 10 | 1B | 0 | 5A | 54 | 23 | 164 | 52 | 24 |
| Octal | 246 | 20 | 33 | 0 | 132 | 124 | 43 | 544 | 122 | 44 |
| Binary | 10100110 | 10000 | 11011 | 0 | 1011010 | 1010100 | 100011 | 101100100 | 1010010 | 100100 |
Color Harmonies of #A6101B
Complementary color
Monochromatic Colors of #A6101B
Black with #A6101B
Text Example
Text Example
White with #A6101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6101B; }
p { color: rgb(166,16,27); }
H1.HeaderClassName
{
color: #A6101B;
}
.AnyTagClassName
{
color: #A6101B;
}
</style>
background-color css
<style>
a { background-color: #A6101B; }
a { background-color: rgb(166,16,27); }
div.DivClassName
{
background-color: #A6101B;
}
.BgClassName
{
background-color: #A6101B;
}
</style>
border-color css
<style>
span { border-color: #A6101B; }
span { border-color: rgb(166,16,27); }
td.TdClassName
{
border-color: #A6101B;
}
.TagClassName
{
border-color: #A6101B;
}
</style>