Shades of Carmine #A6002F
Tints of Carmine #A6002F
RGB
CMYK
RGB Variations
Color information
#A6002F (or 0xA6002F) is known color: Carmine. HEX triplet: A6, 00 and 2F. RGB value is (166,0,47). Sum of RGB (Red+Green+Blue) = 166+0+47=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A6002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6002F is #59FFD0. Grayscale: #363636. Windows color (decimal): -5898193 or 3080358. OLE color: 3080358.
HSL color Cylindrical-coordinate representation of color #A6002F: hue angle of 343.01º 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 #A6002F is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.72 | 0.35 |
| HSL | 343.01º | 1% | 0.33% | - |
| HSV(B) | 343.01º | 1% | 0.65% | - |
| XYZ | 16.24 | 8.31 | 3.44 | - |
| YUV | 54.99 | 123.5 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 47 | 0 | 1 | 0.72 | 0.35 | 343.01 | 1 | 0.33 |
| Hex | A6 | 0 | 2F | 0 | 64 | 48 | 23 | 157 | 64 | 21 |
| Octal | 246 | 0 | 57 | 0 | 144 | 110 | 43 | 527 | 144 | 41 |
| Binary | 10100110 | 0 | 101111 | 0 | 1100100 | 1001000 | 100011 | 101010111 | 1100100 | 100001 |
Color Harmonies of #A6002F
Complementary color
Monochromatic Colors of #A6002F
Black with #A6002F
Text Example
Text Example
White with #A6002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6002F; }
p { color: rgb(166,0,47); }
H1.HeaderClassName
{
color: #A6002F;
}
.AnyTagClassName
{
color: #A6002F;
}
</style>
background-color css
<style>
a { background-color: #A6002F; }
a { background-color: rgb(166,0,47); }
div.DivClassName
{
background-color: #A6002F;
}
.BgClassName
{
background-color: #A6002F;
}
</style>
border-color css
<style>
span { border-color: #A6002F; }
span { border-color: rgb(166,0,47); }
td.TdClassName
{
border-color: #A6002F;
}
.TagClassName
{
border-color: #A6002F;
}
</style>