Shades of Carmine #A6151B
Tints of Carmine #A6151B
RGB
CMYK
RGB Variations
Color information
#A6151B (or 0xA6151B) is known color: Carmine. HEX triplet: A6, 15 and 1B. RGB value is (166,21,27). Sum of RGB (Red+Green+Blue) = 166+21+27=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A6151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6151B is #59EAE4. Grayscale: #414141. Windows color (decimal): -5892837 or 1775014. OLE color: 1775014.
HSL color Cylindrical-coordinate representation of color #A6151B: hue angle of 357.52º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6151B is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 27 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.35 |
| HSL | 357.52º | 0.78% | 0.37% | - |
| HSV(B) | 357.52º | 0.87% | 0.65% | - |
| XYZ | 16.19 | 8.72 | 1.87 | - |
| YUV | 65.04 | 106.54 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 27 | 0 | 0.87 | 0.84 | 0.35 | 357.52 | 0.78 | 0.37 |
| Hex | A6 | 15 | 1B | 0 | 57 | 54 | 23 | 166 | 4E | 25 |
| Octal | 246 | 25 | 33 | 0 | 127 | 124 | 43 | 546 | 116 | 45 |
| Binary | 10100110 | 10101 | 11011 | 0 | 1010111 | 1010100 | 100011 | 101100110 | 1001110 | 100101 |
Color Harmonies of #A6151B
Complementary color
Monochromatic Colors of #A6151B
Black with #A6151B
Text Example
Text Example
White with #A6151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6151B; }
p { color: rgb(166,21,27); }
H1.HeaderClassName
{
color: #A6151B;
}
.AnyTagClassName
{
color: #A6151B;
}
</style>
background-color css
<style>
a { background-color: #A6151B; }
a { background-color: rgb(166,21,27); }
div.DivClassName
{
background-color: #A6151B;
}
.BgClassName
{
background-color: #A6151B;
}
</style>
border-color css
<style>
span { border-color: #A6151B; }
span { border-color: rgb(166,21,27); }
td.TdClassName
{
border-color: #A6151B;
}
.TagClassName
{
border-color: #A6151B;
}
</style>