Shades of Carmine #A6001C
Tints of Carmine #A6001C
RGB
CMYK
RGB Variations
Color information
#A6001C (or 0xA6001C) is known color: Carmine. HEX triplet: A6, 00 and 1C. RGB value is (166,0,28). Sum of RGB (Red+Green+Blue) = 166+0+28=194 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.57% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 166 - color contains mainly: red. Hex color #A6001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6001C is #59FFE3. Grayscale: #343434. Windows color (decimal): -5898212 or 1835174. OLE color: 1835174.
HSL color Cylindrical-coordinate representation of color #A6001C: hue angle of 349.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6001C is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.83 | 0.35 |
| HSL | 349.88º | 1% | 0.33% | - |
| HSV(B) | 349.88º | 1% | 0.65% | - |
| XYZ | 15.94 | 8.19 | 1.84 | - |
| YUV | 52.83 | 114 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 28 | 0 | 1 | 0.83 | 0.35 | 349.88 | 1 | 0.33 |
| Hex | A6 | 0 | 1C | 0 | 64 | 53 | 23 | 15E | 64 | 21 |
| Octal | 246 | 0 | 34 | 0 | 144 | 123 | 43 | 536 | 144 | 41 |
| Binary | 10100110 | 0 | 11100 | 0 | 1100100 | 1010011 | 100011 | 101011110 | 1100100 | 100001 |
Color Harmonies of #A6001C
Complementary color
Monochromatic Colors of #A6001C
Black with #A6001C
Text Example
Text Example
White with #A6001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6001C; }
p { color: rgb(166,0,28); }
H1.HeaderClassName
{
color: #A6001C;
}
.AnyTagClassName
{
color: #A6001C;
}
</style>
background-color css
<style>
a { background-color: #A6001C; }
a { background-color: rgb(166,0,28); }
div.DivClassName
{
background-color: #A6001C;
}
.BgClassName
{
background-color: #A6001C;
}
</style>
border-color css
<style>
span { border-color: #A6001C; }
span { border-color: rgb(166,0,28); }
td.TdClassName
{
border-color: #A6001C;
}
.TagClassName
{
border-color: #A6001C;
}
</style>