Shades of Carmine #A6151E
Tints of Carmine #A6151E
RGB
CMYK
RGB Variations
Color information
#A6151E (or 0xA6151E) is known color: Carmine. HEX triplet: A6, 15 and 1E. RGB value is (166,21,30). Sum of RGB (Red+Green+Blue) = 166+21+30=217 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.50% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 166 - color contains mainly: red. Hex color #A6151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6151E is #59EAE1. Grayscale: #414141. Windows color (decimal): -5892834 or 1971622. OLE color: 1971622.
HSL color Cylindrical-coordinate representation of color #A6151E: hue angle of 356.28º 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 #A6151E is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 30 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.35 |
| HSL | 356.28º | 0.78% | 0.37% | - |
| HSV(B) | 356.28º | 0.87% | 0.65% | - |
| XYZ | 16.23 | 8.74 | 2.06 | - |
| YUV | 65.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 30 | 0 | 0.87 | 0.82 | 0.35 | 356.28 | 0.78 | 0.37 |
| Hex | A6 | 15 | 1E | 0 | 57 | 52 | 23 | 164 | 4E | 25 |
| Octal | 246 | 25 | 36 | 0 | 127 | 122 | 43 | 544 | 116 | 45 |
| Binary | 10100110 | 10101 | 11110 | 0 | 1010111 | 1010010 | 100011 | 101100100 | 1001110 | 100101 |
Color Harmonies of #A6151E
Complementary color
Monochromatic Colors of #A6151E
Black with #A6151E
Text Example
Text Example
White with #A6151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6151E; }
p { color: rgb(166,21,30); }
H1.HeaderClassName
{
color: #A6151E;
}
.AnyTagClassName
{
color: #A6151E;
}
</style>
background-color css
<style>
a { background-color: #A6151E; }
a { background-color: rgb(166,21,30); }
div.DivClassName
{
background-color: #A6151E;
}
.BgClassName
{
background-color: #A6151E;
}
</style>
border-color css
<style>
span { border-color: #A6151E; }
span { border-color: rgb(166,21,30); }
td.TdClassName
{
border-color: #A6151E;
}
.TagClassName
{
border-color: #A6151E;
}
</style>