Shades of Carmine #9F0011
Tints of Carmine #9F0011
RGB
CMYK
RGB Variations
Color information
#9F0011 (or 0x9F0011) is known color: Carmine. HEX triplet: 9F, 00 and 11. RGB value is (159,0,17). Sum of RGB (Red+Green+Blue) = 159+0+17=176 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.34% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0011 is #60FFEE. Grayscale: #313131. Windows color (decimal): -6356975 or 1114271. OLE color: 1114271.
HSL color Cylindrical-coordinate representation of color #9F0011: hue angle of 353.58º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0011 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.89 | 0.38 |
| HSL | 353.58º | 1% | 0.31% | - |
| HSV(B) | 353.58º | 1% | 0.62% | - |
| XYZ | 14.4 | 7.41 | 1.2 | - |
| YUV | 49.48 | 109.68 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 17 | 0 | 1 | 0.89 | 0.38 | 353.58 | 1 | 0.31 |
| Hex | 9F | 0 | 11 | 0 | 64 | 59 | 26 | 162 | 64 | 1F |
| Octal | 237 | 0 | 21 | 0 | 144 | 131 | 46 | 542 | 144 | 37 |
| Binary | 10011111 | 0 | 10001 | 0 | 1100100 | 1011001 | 100110 | 101100010 | 1100100 | 11111 |
Color Harmonies of #9F0011
Complementary color
Monochromatic Colors of #9F0011
Black with #9F0011
Text Example
Text Example
White with #9F0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0011; }
p { color: rgb(159,0,17); }
H1.HeaderClassName
{
color: #9F0011;
}
.AnyTagClassName
{
color: #9F0011;
}
</style>
background-color css
<style>
a { background-color: #9F0011; }
a { background-color: rgb(159,0,17); }
div.DivClassName
{
background-color: #9F0011;
}
.BgClassName
{
background-color: #9F0011;
}
</style>
border-color css
<style>
span { border-color: #9F0011; }
span { border-color: rgb(159,0,17); }
td.TdClassName
{
border-color: #9F0011;
}
.TagClassName
{
border-color: #9F0011;
}
</style>