Shades of Carmine #A6131D
Tints of Carmine #A6131D
RGB
CMYK
RGB Variations
Color information
#A6131D (or 0xA6131D) is known color: Carmine. HEX triplet: A6, 13 and 1D. RGB value is (166,19,29). Sum of RGB (Red+Green+Blue) = 166+19+29=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A6131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6131D is #59ECE2. Grayscale: #404040. Windows color (decimal): -5893347 or 1905574. OLE color: 1905574.
HSL color Cylindrical-coordinate representation of color #A6131D: hue angle of 355.92º 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 #A6131D is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 19 | 29 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.35 |
| HSL | 355.92º | 0.79% | 0.36% | - |
| HSV(B) | 355.92º | 0.89% | 0.65% | - |
| XYZ | 16.18 | 8.66 | 1.98 | - |
| YUV | 64.09 | 108.2 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 29 | 0 | 0.89 | 0.83 | 0.35 | 355.92 | 0.79 | 0.36 |
| Hex | A6 | 13 | 1D | 0 | 59 | 53 | 23 | 164 | 4F | 24 |
| Octal | 246 | 23 | 35 | 0 | 131 | 123 | 43 | 544 | 117 | 44 |
| Binary | 10100110 | 10011 | 11101 | 0 | 1011001 | 1010011 | 100011 | 101100100 | 1001111 | 100100 |
Color Harmonies of #A6131D
Complementary color
Monochromatic Colors of #A6131D
Black with #A6131D
Text Example
Text Example
White with #A6131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6131D; }
p { color: rgb(166,19,29); }
H1.HeaderClassName
{
color: #A6131D;
}
.AnyTagClassName
{
color: #A6131D;
}
</style>
background-color css
<style>
a { background-color: #A6131D; }
a { background-color: rgb(166,19,29); }
div.DivClassName
{
background-color: #A6131D;
}
.BgClassName
{
background-color: #A6131D;
}
</style>
border-color css
<style>
span { border-color: #A6131D; }
span { border-color: rgb(166,19,29); }
td.TdClassName
{
border-color: #A6131D;
}
.TagClassName
{
border-color: #A6131D;
}
</style>