Shades of Carmine #A60919
Tints of Carmine #A60919
RGB
CMYK
RGB Variations
Color information
#A60919 (or 0xA60919) is known color: Carmine. HEX triplet: A6, 09 and 19. RGB value is (166,9,25). Sum of RGB (Red+Green+Blue) = 166+9+25=200 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 166 - color contains mainly: red. Hex color #A60919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60919 is #59F6E6. Grayscale: #393939. Windows color (decimal): -5895911 or 1640870. OLE color: 1640870.
HSL color Cylindrical-coordinate representation of color #A60919: hue angle of 353.89º degrees, saturation: 0.9, 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 #A60919 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 25 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.35 |
| HSL | 353.89º | 0.9% | 0.34% | - |
| HSV(B) | 353.89º | 0.95% | 0.65% | - |
| XYZ | 16 | 8.37 | 1.69 | - |
| YUV | 57.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 25 | 0 | 0.95 | 0.85 | 0.35 | 353.89 | 0.9 | 0.34 |
| Hex | A6 | 9 | 19 | 0 | 5F | 55 | 23 | 162 | 5A | 22 |
| Octal | 246 | 11 | 31 | 0 | 137 | 125 | 43 | 542 | 132 | 42 |
| Binary | 10100110 | 1001 | 11001 | 0 | 1011111 | 1010101 | 100011 | 101100010 | 1011010 | 100010 |
Color Harmonies of #A60919
Complementary color
Monochromatic Colors of #A60919
Black with #A60919
Text Example
Text Example
White with #A60919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60919; }
p { color: rgb(166,9,25); }
H1.HeaderClassName
{
color: #A60919;
}
.AnyTagClassName
{
color: #A60919;
}
</style>
background-color css
<style>
a { background-color: #A60919; }
a { background-color: rgb(166,9,25); }
div.DivClassName
{
background-color: #A60919;
}
.BgClassName
{
background-color: #A60919;
}
</style>
border-color css
<style>
span { border-color: #A60919; }
span { border-color: rgb(166,9,25); }
td.TdClassName
{
border-color: #A60919;
}
.TagClassName
{
border-color: #A60919;
}
</style>