Shades of Carmine #A6181C
Tints of Carmine #A6181C
RGB
CMYK
RGB Variations
Color information
#A6181C (or 0xA6181C) is known color: Carmine. HEX triplet: A6, 18 and 1C. RGB value is (166,24,28). Sum of RGB (Red+Green+Blue) = 166+24+28=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A6181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6181C is #59E7E3. Grayscale: #434343. Windows color (decimal): -5892068 or 1841318. OLE color: 1841318.
HSL color Cylindrical-coordinate representation of color #A6181C: hue angle of 358.31º 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 #A6181C is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 28 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.35 |
| HSL | 358.31º | 0.75% | 0.37% | - |
| HSV(B) | 358.31º | 0.86% | 0.65% | - |
| XYZ | 16.26 | 8.84 | 1.95 | - |
| YUV | 66.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 28 | 0 | 0.86 | 0.83 | 0.35 | 358.31 | 0.75 | 0.37 |
| Hex | A6 | 18 | 1C | 0 | 56 | 53 | 23 | 166 | 4B | 25 |
| Octal | 246 | 30 | 34 | 0 | 126 | 123 | 43 | 546 | 113 | 45 |
| Binary | 10100110 | 11000 | 11100 | 0 | 1010110 | 1010011 | 100011 | 101100110 | 1001011 | 100101 |
Color Harmonies of #A6181C
Complementary color
Monochromatic Colors of #A6181C
Black with #A6181C
Text Example
Text Example
White with #A6181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6181C; }
p { color: rgb(166,24,28); }
H1.HeaderClassName
{
color: #A6181C;
}
.AnyTagClassName
{
color: #A6181C;
}
</style>
background-color css
<style>
a { background-color: #A6181C; }
a { background-color: rgb(166,24,28); }
div.DivClassName
{
background-color: #A6181C;
}
.BgClassName
{
background-color: #A6181C;
}
</style>
border-color css
<style>
span { border-color: #A6181C; }
span { border-color: rgb(166,24,28); }
td.TdClassName
{
border-color: #A6181C;
}
.TagClassName
{
border-color: #A6181C;
}
</style>