Shades of Carmine #A6181D
Tints of Carmine #A6181D
RGB
CMYK
RGB Variations
Color information
#A6181D (or 0xA6181D) is known color: Carmine. HEX triplet: A6, 18 and 1D. RGB value is (166,24,29). Sum of RGB (Red+Green+Blue) = 166+24+29=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A6181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6181D is #59E7E2. Grayscale: #434343. Windows color (decimal): -5892067 or 1906854. OLE color: 1906854.
HSL color Cylindrical-coordinate representation of color #A6181D: hue angle of 357.89º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6181D is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 29 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.35 |
| HSL | 357.89º | 0.75% | 0.37% | - |
| HSV(B) | 357.89º | 0.86% | 0.65% | - |
| XYZ | 16.27 | 8.85 | 2.01 | - |
| YUV | 67.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 29 | 0 | 0.86 | 0.83 | 0.35 | 357.89 | 0.75 | 0.37 |
| Hex | A6 | 18 | 1D | 0 | 56 | 53 | 23 | 166 | 4B | 25 |
| Octal | 246 | 30 | 35 | 0 | 126 | 123 | 43 | 546 | 113 | 45 |
| Binary | 10100110 | 11000 | 11101 | 0 | 1010110 | 1010011 | 100011 | 101100110 | 1001011 | 100101 |
Color Harmonies of #A6181D
Complementary color
Monochromatic Colors of #A6181D
Black with #A6181D
Text Example
Text Example
White with #A6181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6181D; }
p { color: rgb(166,24,29); }
H1.HeaderClassName
{
color: #A6181D;
}
.AnyTagClassName
{
color: #A6181D;
}
</style>
background-color css
<style>
a { background-color: #A6181D; }
a { background-color: rgb(166,24,29); }
div.DivClassName
{
background-color: #A6181D;
}
.BgClassName
{
background-color: #A6181D;
}
</style>
border-color css
<style>
span { border-color: #A6181D; }
span { border-color: rgb(166,24,29); }
td.TdClassName
{
border-color: #A6181D;
}
.TagClassName
{
border-color: #A6181D;
}
</style>