Shades of Carmine #A60519
Tints of Carmine #A60519
RGB
CMYK
RGB Variations
Color information
#A60519 (or 0xA60519) is known color: Carmine. HEX triplet: A6, 05 and 19. RGB value is (166,5,25). Sum of RGB (Red+Green+Blue) = 166+5+25=196 (25% of max value = 765). Red value is 166 (65.23% from 255 or 84.69% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 166 - color contains mainly: red. Hex color #A60519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60519 is #59FAE6. Grayscale: #373737. Windows color (decimal): -5896935 or 1639846. OLE color: 1639846.
HSL color Cylindrical-coordinate representation of color #A60519: hue angle of 352.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A60519 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 25 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.35 |
| HSL | 352.55º | 0.94% | 0.34% | - |
| HSV(B) | 352.55º | 0.97% | 0.65% | - |
| XYZ | 15.96 | 8.29 | 1.68 | - |
| YUV | 55.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 25 | 0 | 0.97 | 0.85 | 0.35 | 352.55 | 0.94 | 0.34 |
| Hex | A6 | 5 | 19 | 0 | 61 | 55 | 23 | 161 | 5E | 22 |
| Octal | 246 | 5 | 31 | 0 | 141 | 125 | 43 | 541 | 136 | 42 |
| Binary | 10100110 | 101 | 11001 | 0 | 1100001 | 1010101 | 100011 | 101100001 | 1011110 | 100010 |
Color Harmonies of #A60519
Complementary color
Monochromatic Colors of #A60519
Black with #A60519
Text Example
Text Example
White with #A60519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60519; }
p { color: rgb(166,5,25); }
H1.HeaderClassName
{
color: #A60519;
}
.AnyTagClassName
{
color: #A60519;
}
</style>
background-color css
<style>
a { background-color: #A60519; }
a { background-color: rgb(166,5,25); }
div.DivClassName
{
background-color: #A60519;
}
.BgClassName
{
background-color: #A60519;
}
</style>
border-color css
<style>
span { border-color: #A60519; }
span { border-color: rgb(166,5,25); }
td.TdClassName
{
border-color: #A60519;
}
.TagClassName
{
border-color: #A60519;
}
</style>