Shades of Carmine #9F092C
Tints of Carmine #9F092C
RGB
CMYK
RGB Variations
Color information
#9F092C (or 0x9F092C) is known color: Carmine. HEX triplet: 9F, 09 and 2C. RGB value is (159,9,44). Sum of RGB (Red+Green+Blue) = 159+9+44=212 (28% of max value = 765). Red value is 159 (62.5% from 255 or 75% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 159 - color contains mainly: red. Hex color #9F092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F092C is #60F6D3. Grayscale: #393939. Windows color (decimal): -6354644 or 2886047. OLE color: 2886047.
HSL color Cylindrical-coordinate representation of color #9F092C: hue angle of 346º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F092C is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 44 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.38 |
| HSL | 346º | 0.89% | 0.33% | - |
| HSV(B) | 346º | 0.94% | 0.62% | - |
| XYZ | 14.85 | 7.75 | 3.1 | - |
| YUV | 57.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 44 | 0 | 0.94 | 0.72 | 0.38 | 346 | 0.89 | 0.33 |
| Hex | 9F | 9 | 2C | 0 | 5E | 48 | 26 | 15A | 59 | 21 |
| Octal | 237 | 11 | 54 | 0 | 136 | 110 | 46 | 532 | 131 | 41 |
| Binary | 10011111 | 1001 | 101100 | 0 | 1011110 | 1001000 | 100110 | 101011010 | 1011001 | 100001 |
Color Harmonies of #9F092C
Complementary color
Monochromatic Colors of #9F092C
Black with #9F092C
Text Example
Text Example
White with #9F092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F092C; }
p { color: rgb(159,9,44); }
H1.HeaderClassName
{
color: #9F092C;
}
.AnyTagClassName
{
color: #9F092C;
}
</style>
background-color css
<style>
a { background-color: #9F092C; }
a { background-color: rgb(159,9,44); }
div.DivClassName
{
background-color: #9F092C;
}
.BgClassName
{
background-color: #9F092C;
}
</style>
border-color css
<style>
span { border-color: #9F092C; }
span { border-color: rgb(159,9,44); }
td.TdClassName
{
border-color: #9F092C;
}
.TagClassName
{
border-color: #9F092C;
}
</style>