Shades of Carmine #9F0F16
Tints of Carmine #9F0F16
RGB
CMYK
RGB Variations
Color information
#9F0F16 (or 0x9F0F16) is known color: Carmine. HEX triplet: 9F, 0F and 16. RGB value is (159,15,22). Sum of RGB (Red+Green+Blue) = 159+15+22=196 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.12% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0F16 is #60F0E9. Grayscale: #3A3A3A. Windows color (decimal): -6353130 or 1445791. OLE color: 1445791.
HSL color Cylindrical-coordinate representation of color #9F0F16: hue angle of 357.08º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0F16 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 15 | 22 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.38 |
| HSL | 357.08º | 0.83% | 0.34% | - |
| HSV(B) | 357.08º | 0.91% | 0.62% | - |
| XYZ | 14.61 | 7.77 | 1.49 | - |
| YUV | 58.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 22 | 0 | 0.91 | 0.86 | 0.38 | 357.08 | 0.83 | 0.34 |
| Hex | 9F | F | 16 | 0 | 5B | 56 | 26 | 165 | 53 | 22 |
| Octal | 237 | 17 | 26 | 0 | 133 | 126 | 46 | 545 | 123 | 42 |
| Binary | 10011111 | 1111 | 10110 | 0 | 1011011 | 1010110 | 100110 | 101100101 | 1010011 | 100010 |
Color Harmonies of #9F0F16
Complementary color
Monochromatic Colors of #9F0F16
Black with #9F0F16
Text Example
Text Example
White with #9F0F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0F16; }
p { color: rgb(159,15,22); }
H1.HeaderClassName
{
color: #9F0F16;
}
.AnyTagClassName
{
color: #9F0F16;
}
</style>
background-color css
<style>
a { background-color: #9F0F16; }
a { background-color: rgb(159,15,22); }
div.DivClassName
{
background-color: #9F0F16;
}
.BgClassName
{
background-color: #9F0F16;
}
</style>
border-color css
<style>
span { border-color: #9F0F16; }
span { border-color: rgb(159,15,22); }
td.TdClassName
{
border-color: #9F0F16;
}
.TagClassName
{
border-color: #9F0F16;
}
</style>