Shades of Carmine #A6121A
Tints of Carmine #A6121A
RGB
CMYK
RGB Variations
Color information
#A6121A (or 0xA6121A) is known color: Carmine. HEX triplet: A6, 12 and 1A. RGB value is (166,18,26). Sum of RGB (Red+Green+Blue) = 166+18+26=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A6121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6121A is #59EDE5. Grayscale: #3F3F3F. Windows color (decimal): -5893606 or 1708710. OLE color: 1708710.
HSL color Cylindrical-coordinate representation of color #A6121A: hue angle of 356.76º 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 #A6121A is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 18 | 26 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.35 |
| HSL | 356.76º | 0.8% | 0.36% | - |
| HSV(B) | 356.76º | 0.89% | 0.65% | - |
| XYZ | 16.13 | 8.61 | 1.79 | - |
| YUV | 63.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 26 | 0 | 0.89 | 0.84 | 0.35 | 356.76 | 0.8 | 0.36 |
| Hex | A6 | 12 | 1A | 0 | 59 | 54 | 23 | 165 | 50 | 24 |
| Octal | 246 | 22 | 32 | 0 | 131 | 124 | 43 | 545 | 120 | 44 |
| Binary | 10100110 | 10010 | 11010 | 0 | 1011001 | 1010100 | 100011 | 101100101 | 1010000 | 100100 |
Color Harmonies of #A6121A
Complementary color
Monochromatic Colors of #A6121A
Black with #A6121A
Text Example
Text Example
White with #A6121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6121A; }
p { color: rgb(166,18,26); }
H1.HeaderClassName
{
color: #A6121A;
}
.AnyTagClassName
{
color: #A6121A;
}
</style>
background-color css
<style>
a { background-color: #A6121A; }
a { background-color: rgb(166,18,26); }
div.DivClassName
{
background-color: #A6121A;
}
.BgClassName
{
background-color: #A6121A;
}
</style>
border-color css
<style>
span { border-color: #A6121A; }
span { border-color: rgb(166,18,26); }
td.TdClassName
{
border-color: #A6121A;
}
.TagClassName
{
border-color: #A6121A;
}
</style>