Shades of Carmine #A6141B
Tints of Carmine #A6141B
RGB
CMYK
RGB Variations
Color information
#A6141B (or 0xA6141B) is known color: Carmine. HEX triplet: A6, 14 and 1B. RGB value is (166,20,27). Sum of RGB (Red+Green+Blue) = 166+20+27=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A6141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6141B is #59EBE4. Grayscale: #404040. Windows color (decimal): -5893093 or 1774758. OLE color: 1774758.
HSL color Cylindrical-coordinate representation of color #A6141B: hue angle of 357.12º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6141B is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 27 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.35 |
| HSL | 357.12º | 0.78% | 0.36% | - |
| HSV(B) | 357.12º | 0.88% | 0.65% | - |
| XYZ | 16.17 | 8.69 | 1.86 | - |
| YUV | 64.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 27 | 0 | 0.88 | 0.84 | 0.35 | 357.12 | 0.78 | 0.36 |
| Hex | A6 | 14 | 1B | 0 | 58 | 54 | 23 | 165 | 4E | 24 |
| Octal | 246 | 24 | 33 | 0 | 130 | 124 | 43 | 545 | 116 | 44 |
| Binary | 10100110 | 10100 | 11011 | 0 | 1011000 | 1010100 | 100011 | 101100101 | 1001110 | 100100 |
Color Harmonies of #A6141B
Complementary color
Monochromatic Colors of #A6141B
Black with #A6141B
Text Example
Text Example
White with #A6141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6141B; }
p { color: rgb(166,20,27); }
H1.HeaderClassName
{
color: #A6141B;
}
.AnyTagClassName
{
color: #A6141B;
}
</style>
background-color css
<style>
a { background-color: #A6141B; }
a { background-color: rgb(166,20,27); }
div.DivClassName
{
background-color: #A6141B;
}
.BgClassName
{
background-color: #A6141B;
}
</style>
border-color css
<style>
span { border-color: #A6141B; }
span { border-color: rgb(166,20,27); }
td.TdClassName
{
border-color: #A6141B;
}
.TagClassName
{
border-color: #A6141B;
}
</style>