Shades of Carmine #A6000E
Tints of Carmine #A6000E
RGB
CMYK
RGB Variations
Color information
#A6000E (or 0xA6000E) is known color: Carmine. HEX triplet: A6, 00 and 0E. RGB value is (166,0,14). Sum of RGB (Red+Green+Blue) = 166+0+14=180 (23% of max value = 765). Red value is 166 (65.23% from 255 or 92.22% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 166 - color contains mainly: red. Hex color #A6000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6000E is #59FFF1. Grayscale: #333333. Windows color (decimal): -5898226 or 917670. OLE color: 917670.
HSL color Cylindrical-coordinate representation of color #A6000E: hue angle of 354.94º 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 #A6000E is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.92 | 0.35 |
| HSL | 354.94º | 1% | 0.33% | - |
| HSV(B) | 354.94º | 1% | 0.65% | - |
| XYZ | 15.81 | 8.14 | 1.15 | - |
| YUV | 51.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 14 | 0 | 1 | 0.92 | 0.35 | 354.94 | 1 | 0.33 |
| Hex | A6 | 0 | E | 0 | 64 | 5C | 23 | 163 | 64 | 21 |
| Octal | 246 | 0 | 16 | 0 | 144 | 134 | 43 | 543 | 144 | 41 |
| Binary | 10100110 | 0 | 1110 | 0 | 1100100 | 1011100 | 100011 | 101100011 | 1100100 | 100001 |
Color Harmonies of #A6000E
Complementary color
Monochromatic Colors of #A6000E
Black with #A6000E
Text Example
Text Example
White with #A6000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6000E; }
p { color: rgb(166,0,14); }
H1.HeaderClassName
{
color: #A6000E;
}
.AnyTagClassName
{
color: #A6000E;
}
</style>
background-color css
<style>
a { background-color: #A6000E; }
a { background-color: rgb(166,0,14); }
div.DivClassName
{
background-color: #A6000E;
}
.BgClassName
{
background-color: #A6000E;
}
</style>
border-color css
<style>
span { border-color: #A6000E; }
span { border-color: rgb(166,0,14); }
td.TdClassName
{
border-color: #A6000E;
}
.TagClassName
{
border-color: #A6000E;
}
</style>