Shades of Carmine #A6131B
Tints of Carmine #A6131B
RGB
CMYK
RGB Variations
Color information
#A6131B (or 0xA6131B) is known color: Carmine. HEX triplet: A6, 13 and 1B. RGB value is (166,19,27). Sum of RGB (Red+Green+Blue) = 166+19+27=212 (28% of max value = 765). Red value is 166 (65.23% from 255 or 78.30% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 166 - color contains mainly: red. Hex color #A6131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6131B is #59ECE4. Grayscale: #3F3F3F. Windows color (decimal): -5893349 or 1774502. OLE color: 1774502.
HSL color Cylindrical-coordinate representation of color #A6131B: hue angle of 356.73º degrees, saturation: 0.79, 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 #A6131B is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 19 | 27 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.35 |
| HSL | 356.73º | 0.79% | 0.36% | - |
| HSV(B) | 356.73º | 0.89% | 0.65% | - |
| XYZ | 16.16 | 8.65 | 1.86 | - |
| YUV | 63.87 | 107.2 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 27 | 0 | 0.89 | 0.84 | 0.35 | 356.73 | 0.79 | 0.36 |
| Hex | A6 | 13 | 1B | 0 | 59 | 54 | 23 | 165 | 4F | 24 |
| Octal | 246 | 23 | 33 | 0 | 131 | 124 | 43 | 545 | 117 | 44 |
| Binary | 10100110 | 10011 | 11011 | 0 | 1011001 | 1010100 | 100011 | 101100101 | 1001111 | 100100 |
Color Harmonies of #A6131B
Complementary color
Monochromatic Colors of #A6131B
Black with #A6131B
Text Example
Text Example
White with #A6131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6131B; }
p { color: rgb(166,19,27); }
H1.HeaderClassName
{
color: #A6131B;
}
.AnyTagClassName
{
color: #A6131B;
}
</style>
background-color css
<style>
a { background-color: #A6131B; }
a { background-color: rgb(166,19,27); }
div.DivClassName
{
background-color: #A6131B;
}
.BgClassName
{
background-color: #A6131B;
}
</style>
border-color css
<style>
span { border-color: #A6131B; }
span { border-color: rgb(166,19,27); }
td.TdClassName
{
border-color: #A6131B;
}
.TagClassName
{
border-color: #A6131B;
}
</style>