Shades of Carmine #A60911
Tints of Carmine #A60911
RGB
CMYK
RGB Variations
Color information
#A60911 (or 0xA60911) is known color: Carmine. HEX triplet: A6, 09 and 11. RGB value is (166,9,17). Sum of RGB (Red+Green+Blue) = 166+9+17=192 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.46% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 166 - color contains mainly: red. Hex color #A60911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60911 is #59F6EE. Grayscale: #383838. Windows color (decimal): -5895919 or 1116582. OLE color: 1116582.
HSL color Cylindrical-coordinate representation of color #A60911: hue angle of 356.94º 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 #A60911 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 17 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.35 |
| HSL | 356.94º | 0.9% | 0.34% | - |
| HSV(B) | 356.94º | 0.95% | 0.65% | - |
| XYZ | 15.92 | 8.34 | 1.3 | - |
| YUV | 56.86 | 105.51 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 17 | 0 | 0.95 | 0.90 | 0.35 | 356.94 | 0.9 | 0.34 |
| Hex | A6 | 9 | 11 | 0 | 5F | 5A | 23 | 165 | 5A | 22 |
| Octal | 246 | 11 | 21 | 0 | 137 | 132 | 43 | 545 | 132 | 42 |
| Binary | 10100110 | 1001 | 10001 | 0 | 1011111 | 1011010 | 100011 | 101100101 | 1011010 | 100010 |
Color Harmonies of #A60911
Complementary color
Monochromatic Colors of #A60911
Black with #A60911
Text Example
Text Example
White with #A60911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60911; }
p { color: rgb(166,9,17); }
H1.HeaderClassName
{
color: #A60911;
}
.AnyTagClassName
{
color: #A60911;
}
</style>
background-color css
<style>
a { background-color: #A60911; }
a { background-color: rgb(166,9,17); }
div.DivClassName
{
background-color: #A60911;
}
.BgClassName
{
background-color: #A60911;
}
</style>
border-color css
<style>
span { border-color: #A60911; }
span { border-color: rgb(166,9,17); }
td.TdClassName
{
border-color: #A60911;
}
.TagClassName
{
border-color: #A60911;
}
</style>