Shades of Carmine #9F122C
Tints of Carmine #9F122C
RGB
CMYK
RGB Variations
Color information
#9F122C (or 0x9F122C) is known color: Carmine. HEX triplet: 9F, 12 and 2C. RGB value is (159,18,44). Sum of RGB (Red+Green+Blue) = 159+18+44=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F122C is #60EDD3. Grayscale: #3F3F3F. Windows color (decimal): -6352340 or 2888351. OLE color: 2888351.
HSL color Cylindrical-coordinate representation of color #9F122C: hue angle of 348.94º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F122C is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 44 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.38 |
| HSL | 348.94º | 0.8% | 0.35% | - |
| HSV(B) | 348.94º | 0.89% | 0.62% | - |
| XYZ | 14.97 | 7.99 | 3.14 | - |
| YUV | 63.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 44 | 0 | 0.89 | 0.72 | 0.38 | 348.94 | 0.8 | 0.35 |
| Hex | 9F | 12 | 2C | 0 | 59 | 48 | 26 | 15D | 50 | 23 |
| Octal | 237 | 22 | 54 | 0 | 131 | 110 | 46 | 535 | 120 | 43 |
| Binary | 10011111 | 10010 | 101100 | 0 | 1011001 | 1001000 | 100110 | 101011101 | 1010000 | 100011 |
Color Harmonies of #9F122C
Complementary color
Monochromatic Colors of #9F122C
Black with #9F122C
Text Example
Text Example
White with #9F122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F122C; }
p { color: rgb(159,18,44); }
H1.HeaderClassName
{
color: #9F122C;
}
.AnyTagClassName
{
color: #9F122C;
}
</style>
background-color css
<style>
a { background-color: #9F122C; }
a { background-color: rgb(159,18,44); }
div.DivClassName
{
background-color: #9F122C;
}
.BgClassName
{
background-color: #9F122C;
}
</style>
border-color css
<style>
span { border-color: #9F122C; }
span { border-color: rgb(159,18,44); }
td.TdClassName
{
border-color: #9F122C;
}
.TagClassName
{
border-color: #9F122C;
}
</style>