Shades of Carmine #9F092F
Tints of Carmine #9F092F
RGB
CMYK
RGB Variations
Color information
#9F092F (or 0x9F092F) is known color: Carmine. HEX triplet: 9F, 09 and 2F. RGB value is (159,9,47). Sum of RGB (Red+Green+Blue) = 159+9+47=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F092F is #60F6D0. Grayscale: #3A3A3A. Windows color (decimal): -6354641 or 3082655. OLE color: 3082655.
HSL color Cylindrical-coordinate representation of color #9F092F: hue angle of 344.8º 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 #9F092F is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 47 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.38 |
| HSL | 344.8º | 0.89% | 0.33% | - |
| HSV(B) | 344.8º | 0.94% | 0.62% | - |
| XYZ | 14.91 | 7.77 | 3.4 | - |
| YUV | 58.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 47 | 0 | 0.94 | 0.70 | 0.38 | 344.8 | 0.89 | 0.33 |
| Hex | 9F | 9 | 2F | 0 | 5E | 46 | 26 | 159 | 59 | 21 |
| Octal | 237 | 11 | 57 | 0 | 136 | 106 | 46 | 531 | 131 | 41 |
| Binary | 10011111 | 1001 | 101111 | 0 | 1011110 | 1000110 | 100110 | 101011001 | 1011001 | 100001 |
Color Harmonies of #9F092F
Complementary color
Monochromatic Colors of #9F092F
Black with #9F092F
Text Example
Text Example
White with #9F092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F092F; }
p { color: rgb(159,9,47); }
H1.HeaderClassName
{
color: #9F092F;
}
.AnyTagClassName
{
color: #9F092F;
}
</style>
background-color css
<style>
a { background-color: #9F092F; }
a { background-color: rgb(159,9,47); }
div.DivClassName
{
background-color: #9F092F;
}
.BgClassName
{
background-color: #9F092F;
}
</style>
border-color css
<style>
span { border-color: #9F092F; }
span { border-color: rgb(159,9,47); }
td.TdClassName
{
border-color: #9F092F;
}
.TagClassName
{
border-color: #9F092F;
}
</style>