Shades of Carmine #A60819
Tints of Carmine #A60819
RGB
CMYK
RGB Variations
Color information
#A60819 (or 0xA60819) is known color: Carmine. HEX triplet: A6, 08 and 19. RGB value is (166,8,25). Sum of RGB (Red+Green+Blue) = 166+8+25=199 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.42% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 166 - color contains mainly: red. Hex color #A60819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60819 is #59F7E6. Grayscale: #393939. Windows color (decimal): -5896167 or 1640614. OLE color: 1640614.
HSL color Cylindrical-coordinate representation of color #A60819: hue angle of 353.54º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60819 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 25 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.35 |
| HSL | 353.54º | 0.91% | 0.34% | - |
| HSV(B) | 353.54º | 0.95% | 0.65% | - |
| XYZ | 15.99 | 8.35 | 1.69 | - |
| YUV | 57.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 25 | 0 | 0.95 | 0.85 | 0.35 | 353.54 | 0.91 | 0.34 |
| Hex | A6 | 8 | 19 | 0 | 5F | 55 | 23 | 162 | 5B | 22 |
| Octal | 246 | 10 | 31 | 0 | 137 | 125 | 43 | 542 | 133 | 42 |
| Binary | 10100110 | 1000 | 11001 | 0 | 1011111 | 1010101 | 100011 | 101100010 | 1011011 | 100010 |
Color Harmonies of #A60819
Complementary color
Monochromatic Colors of #A60819
Black with #A60819
Text Example
Text Example
White with #A60819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60819; }
p { color: rgb(166,8,25); }
H1.HeaderClassName
{
color: #A60819;
}
.AnyTagClassName
{
color: #A60819;
}
</style>
background-color css
<style>
a { background-color: #A60819; }
a { background-color: rgb(166,8,25); }
div.DivClassName
{
background-color: #A60819;
}
.BgClassName
{
background-color: #A60819;
}
</style>
border-color css
<style>
span { border-color: #A60819; }
span { border-color: rgb(166,8,25); }
td.TdClassName
{
border-color: #A60819;
}
.TagClassName
{
border-color: #A60819;
}
</style>