Shades of Carmine #A6002C
Tints of Carmine #A6002C
RGB
CMYK
RGB Variations
Color information
#A6002C (or 0xA6002C) is known color: Carmine. HEX triplet: A6, 00 and 2C. RGB value is (166,0,44). Sum of RGB (Red+Green+Blue) = 166+0+44=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A6002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6002C is #59FFD3. Grayscale: #363636. Windows color (decimal): -5898196 or 2883750. OLE color: 2883750.
HSL color Cylindrical-coordinate representation of color #A6002C: hue angle of 344.1º 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 #A6002C is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.73 | 0.35 |
| HSL | 344.1º | 1% | 0.33% | - |
| HSV(B) | 344.1º | 1% | 0.65% | - |
| XYZ | 16.18 | 8.29 | 3.13 | - |
| YUV | 54.65 | 122 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 44 | 0 | 1 | 0.73 | 0.35 | 344.1 | 1 | 0.33 |
| Hex | A6 | 0 | 2C | 0 | 64 | 49 | 23 | 158 | 64 | 21 |
| Octal | 246 | 0 | 54 | 0 | 144 | 111 | 43 | 530 | 144 | 41 |
| Binary | 10100110 | 0 | 101100 | 0 | 1100100 | 1001001 | 100011 | 101011000 | 1100100 | 100001 |
Color Harmonies of #A6002C
Complementary color
Monochromatic Colors of #A6002C
Black with #A6002C
Text Example
Text Example
White with #A6002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6002C; }
p { color: rgb(166,0,44); }
H1.HeaderClassName
{
color: #A6002C;
}
.AnyTagClassName
{
color: #A6002C;
}
</style>
background-color css
<style>
a { background-color: #A6002C; }
a { background-color: rgb(166,0,44); }
div.DivClassName
{
background-color: #A6002C;
}
.BgClassName
{
background-color: #A6002C;
}
</style>
border-color css
<style>
span { border-color: #A6002C; }
span { border-color: rgb(166,0,44); }
td.TdClassName
{
border-color: #A6002C;
}
.TagClassName
{
border-color: #A6002C;
}
</style>