Shades of Carmine #A60917
Tints of Carmine #A60917
RGB
CMYK
RGB Variations
Color information
#A60917 (or 0xA60917) is known color: Carmine. HEX triplet: A6, 09 and 17. RGB value is (166,9,23). Sum of RGB (Red+Green+Blue) = 166+9+23=198 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.84% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 166 - color contains mainly: red. Hex color #A60917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60917 is #59F6E8. Grayscale: #393939. Windows color (decimal): -5895913 or 1509798. OLE color: 1509798.
HSL color Cylindrical-coordinate representation of color #A60917: hue angle of 354.65º 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 #A60917 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 23 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.35 |
| HSL | 354.65º | 0.9% | 0.34% | - |
| HSV(B) | 354.65º | 0.95% | 0.65% | - |
| XYZ | 15.98 | 8.36 | 1.58 | - |
| YUV | 57.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 23 | 0 | 0.95 | 0.86 | 0.35 | 354.65 | 0.9 | 0.34 |
| Hex | A6 | 9 | 17 | 0 | 5F | 56 | 23 | 163 | 5A | 22 |
| Octal | 246 | 11 | 27 | 0 | 137 | 126 | 43 | 543 | 132 | 42 |
| Binary | 10100110 | 1001 | 10111 | 0 | 1011111 | 1010110 | 100011 | 101100011 | 1011010 | 100010 |
Color Harmonies of #A60917
Complementary color
Monochromatic Colors of #A60917
Black with #A60917
Text Example
Text Example
White with #A60917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60917; }
p { color: rgb(166,9,23); }
H1.HeaderClassName
{
color: #A60917;
}
.AnyTagClassName
{
color: #A60917;
}
</style>
background-color css
<style>
a { background-color: #A60917; }
a { background-color: rgb(166,9,23); }
div.DivClassName
{
background-color: #A60917;
}
.BgClassName
{
background-color: #A60917;
}
</style>
border-color css
<style>
span { border-color: #A60917; }
span { border-color: rgb(166,9,23); }
td.TdClassName
{
border-color: #A60917;
}
.TagClassName
{
border-color: #A60917;
}
</style>