Shades of Carmine #A6121B
Tints of Carmine #A6121B
RGB
CMYK
RGB Variations
Color information
#A6121B (or 0xA6121B) is known color: Carmine. HEX triplet: A6, 12 and 1B. RGB value is (166,18,27). Sum of RGB (Red+Green+Blue) = 166+18+27=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A6121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6121B is #59EDE4. Grayscale: #3F3F3F. Windows color (decimal): -5893605 or 1774246. OLE color: 1774246.
HSL color Cylindrical-coordinate representation of color #A6121B: hue angle of 356.35º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6121B is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 18 | 27 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.35 |
| HSL | 356.35º | 0.8% | 0.36% | - |
| HSV(B) | 356.35º | 0.89% | 0.65% | - |
| XYZ | 16.14 | 8.62 | 1.85 | - |
| YUV | 63.28 | 107.53 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 27 | 0 | 0.89 | 0.84 | 0.35 | 356.35 | 0.8 | 0.36 |
| Hex | A6 | 12 | 1B | 0 | 59 | 54 | 23 | 164 | 50 | 24 |
| Octal | 246 | 22 | 33 | 0 | 131 | 124 | 43 | 544 | 120 | 44 |
| Binary | 10100110 | 10010 | 11011 | 0 | 1011001 | 1010100 | 100011 | 101100100 | 1010000 | 100100 |
Color Harmonies of #A6121B
Complementary color
Monochromatic Colors of #A6121B
Black with #A6121B
Text Example
Text Example
White with #A6121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6121B; }
p { color: rgb(166,18,27); }
H1.HeaderClassName
{
color: #A6121B;
}
.AnyTagClassName
{
color: #A6121B;
}
</style>
background-color css
<style>
a { background-color: #A6121B; }
a { background-color: rgb(166,18,27); }
div.DivClassName
{
background-color: #A6121B;
}
.BgClassName
{
background-color: #A6121B;
}
</style>
border-color css
<style>
span { border-color: #A6121B; }
span { border-color: rgb(166,18,27); }
td.TdClassName
{
border-color: #A6121B;
}
.TagClassName
{
border-color: #A6121B;
}
</style>