Shades of Carmine #A60019
Tints of Carmine #A60019
RGB
CMYK
RGB Variations
Color information
#A60019 (or 0xA60019) is known color: Carmine. HEX triplet: A6, 00 and 19. RGB value is (166,0,25). Sum of RGB (Red+Green+Blue) = 166+0+25=191 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.91% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 166 - color contains mainly: red. Hex color #A60019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60019 is #59FFE6. Grayscale: #343434. Windows color (decimal): -5898215 or 1638566. OLE color: 1638566.
HSL color Cylindrical-coordinate representation of color #A60019: hue angle of 350.96º 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 #A60019 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.85 | 0.35 |
| HSL | 350.96º | 1% | 0.33% | - |
| HSV(B) | 350.96º | 1% | 0.65% | - |
| XYZ | 15.9 | 8.18 | 1.66 | - |
| YUV | 52.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 25 | 0 | 1 | 0.85 | 0.35 | 350.96 | 1 | 0.33 |
| Hex | A6 | 0 | 19 | 0 | 64 | 55 | 23 | 15F | 64 | 21 |
| Octal | 246 | 0 | 31 | 0 | 144 | 125 | 43 | 537 | 144 | 41 |
| Binary | 10100110 | 0 | 11001 | 0 | 1100100 | 1010101 | 100011 | 101011111 | 1100100 | 100001 |
Color Harmonies of #A60019
Complementary color
Monochromatic Colors of #A60019
Black with #A60019
Text Example
Text Example
White with #A60019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60019; }
p { color: rgb(166,0,25); }
H1.HeaderClassName
{
color: #A60019;
}
.AnyTagClassName
{
color: #A60019;
}
</style>
background-color css
<style>
a { background-color: #A60019; }
a { background-color: rgb(166,0,25); }
div.DivClassName
{
background-color: #A60019;
}
.BgClassName
{
background-color: #A60019;
}
</style>
border-color css
<style>
span { border-color: #A60019; }
span { border-color: rgb(166,0,25); }
td.TdClassName
{
border-color: #A60019;
}
.TagClassName
{
border-color: #A60019;
}
</style>