Shades of Carmine #A6002D
Tints of Carmine #A6002D
RGB
CMYK
RGB Variations
Color information
#A6002D (or 0xA6002D) is known color: Carmine. HEX triplet: A6, 00 and 2D. RGB value is (166,0,45). Sum of RGB (Red+Green+Blue) = 166+0+45=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A6002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6002D is #59FFD2. Grayscale: #363636. Windows color (decimal): -5898195 or 2949286. OLE color: 2949286.
HSL color Cylindrical-coordinate representation of color #A6002D: hue angle of 343.73º 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 #A6002D is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.73 | 0.35 |
| HSL | 343.73º | 1% | 0.33% | - |
| HSV(B) | 343.73º | 1% | 0.65% | - |
| XYZ | 16.2 | 8.3 | 3.23 | - |
| YUV | 54.76 | 122.5 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 45 | 0 | 1 | 0.73 | 0.35 | 343.73 | 1 | 0.33 |
| Hex | A6 | 0 | 2D | 0 | 64 | 49 | 23 | 158 | 64 | 21 |
| Octal | 246 | 0 | 55 | 0 | 144 | 111 | 43 | 530 | 144 | 41 |
| Binary | 10100110 | 0 | 101101 | 0 | 1100100 | 1001001 | 100011 | 101011000 | 1100100 | 100001 |
Color Harmonies of #A6002D
Complementary color
Monochromatic Colors of #A6002D
Black with #A6002D
Text Example
Text Example
White with #A6002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6002D; }
p { color: rgb(166,0,45); }
H1.HeaderClassName
{
color: #A6002D;
}
.AnyTagClassName
{
color: #A6002D;
}
</style>
background-color css
<style>
a { background-color: #A6002D; }
a { background-color: rgb(166,0,45); }
div.DivClassName
{
background-color: #A6002D;
}
.BgClassName
{
background-color: #A6002D;
}
</style>
border-color css
<style>
span { border-color: #A6002D; }
span { border-color: rgb(166,0,45); }
td.TdClassName
{
border-color: #A6002D;
}
.TagClassName
{
border-color: #A6002D;
}
</style>