Shades of Carmine #A6001E
Tints of Carmine #A6001E
RGB
CMYK
RGB Variations
Color information
#A6001E (or 0xA6001E) is known color: Carmine. HEX triplet: A6, 00 and 1E. RGB value is (166,0,30). Sum of RGB (Red+Green+Blue) = 166+0+30=196 (25% of max value = 765). Red value is 166 (65.23% from 255 or 84.69% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 166 - color contains mainly: red. Hex color #A6001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6001E is #59FFE1. Grayscale: #353535. Windows color (decimal): -5898210 or 1966246. OLE color: 1966246.
HSL color Cylindrical-coordinate representation of color #A6001E: hue angle of 349.16º 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 #A6001E is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.82 | 0.35 |
| HSL | 349.16º | 1% | 0.33% | - |
| HSV(B) | 349.16º | 1% | 0.65% | - |
| XYZ | 15.96 | 8.2 | 1.97 | - |
| YUV | 53.05 | 115 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 30 | 0 | 1 | 0.82 | 0.35 | 349.16 | 1 | 0.33 |
| Hex | A6 | 0 | 1E | 0 | 64 | 52 | 23 | 15D | 64 | 21 |
| Octal | 246 | 0 | 36 | 0 | 144 | 122 | 43 | 535 | 144 | 41 |
| Binary | 10100110 | 0 | 11110 | 0 | 1100100 | 1010010 | 100011 | 101011101 | 1100100 | 100001 |
Color Harmonies of #A6001E
Complementary color
Monochromatic Colors of #A6001E
Black with #A6001E
Text Example
Text Example
White with #A6001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6001E; }
p { color: rgb(166,0,30); }
H1.HeaderClassName
{
color: #A6001E;
}
.AnyTagClassName
{
color: #A6001E;
}
</style>
background-color css
<style>
a { background-color: #A6001E; }
a { background-color: rgb(166,0,30); }
div.DivClassName
{
background-color: #A6001E;
}
.BgClassName
{
background-color: #A6001E;
}
</style>
border-color css
<style>
span { border-color: #A6001E; }
span { border-color: rgb(166,0,30); }
td.TdClassName
{
border-color: #A6001E;
}
.TagClassName
{
border-color: #A6001E;
}
</style>