Shades of Carmine #9F0516
Tints of Carmine #9F0516
RGB
CMYK
RGB Variations
Color information
#9F0516 (or 0x9F0516) is known color: Carmine. HEX triplet: 9F, 05 and 16. RGB value is (159,5,22). Sum of RGB (Red+Green+Blue) = 159+5+22=186 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.48% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0516 is #60FAE9. Grayscale: #353535. Windows color (decimal): -6355690 or 1443231. OLE color: 1443231.
HSL color Cylindrical-coordinate representation of color #9F0516: hue angle of 353.38º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0516 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 22 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.38 |
| HSL | 353.38º | 0.94% | 0.32% | - |
| HSV(B) | 353.38º | 0.97% | 0.62% | - |
| XYZ | 14.5 | 7.54 | 1.45 | - |
| YUV | 52.98 | 110.52 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 22 | 0 | 0.97 | 0.86 | 0.38 | 353.38 | 0.94 | 0.32 |
| Hex | 9F | 5 | 16 | 0 | 61 | 56 | 26 | 161 | 5E | 20 |
| Octal | 237 | 5 | 26 | 0 | 141 | 126 | 46 | 541 | 136 | 40 |
| Binary | 10011111 | 101 | 10110 | 0 | 1100001 | 1010110 | 100110 | 101100001 | 1011110 | 100000 |
Color Harmonies of #9F0516
Complementary color
Monochromatic Colors of #9F0516
Black with #9F0516
Text Example
Text Example
White with #9F0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0516; }
p { color: rgb(159,5,22); }
H1.HeaderClassName
{
color: #9F0516;
}
.AnyTagClassName
{
color: #9F0516;
}
</style>
background-color css
<style>
a { background-color: #9F0516; }
a { background-color: rgb(159,5,22); }
div.DivClassName
{
background-color: #9F0516;
}
.BgClassName
{
background-color: #9F0516;
}
</style>
border-color css
<style>
span { border-color: #9F0516; }
span { border-color: rgb(159,5,22); }
td.TdClassName
{
border-color: #9F0516;
}
.TagClassName
{
border-color: #9F0516;
}
</style>