Shades of Carmine #9F122D
Tints of Carmine #9F122D
RGB
CMYK
RGB Variations
Color information
#9F122D (or 0x9F122D) is known color: Carmine. HEX triplet: 9F, 12 and 2D. RGB value is (159,18,45). Sum of RGB (Red+Green+Blue) = 159+18+45=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F122D is #60EDD2. Grayscale: #3F3F3F. Windows color (decimal): -6352339 or 2953887. OLE color: 2953887.
HSL color Cylindrical-coordinate representation of color #9F122D: hue angle of 348.51º 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 #9F122D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 45 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.38 |
| HSL | 348.51º | 0.8% | 0.35% | - |
| HSV(B) | 348.51º | 0.89% | 0.62% | - |
| XYZ | 14.99 | 7.99 | 3.24 | - |
| YUV | 63.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 45 | 0 | 0.89 | 0.72 | 0.38 | 348.51 | 0.8 | 0.35 |
| Hex | 9F | 12 | 2D | 0 | 59 | 48 | 26 | 15D | 50 | 23 |
| Octal | 237 | 22 | 55 | 0 | 131 | 110 | 46 | 535 | 120 | 43 |
| Binary | 10011111 | 10010 | 101101 | 0 | 1011001 | 1001000 | 100110 | 101011101 | 1010000 | 100011 |
Color Harmonies of #9F122D
Complementary color
Monochromatic Colors of #9F122D
Black with #9F122D
Text Example
Text Example
White with #9F122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F122D; }
p { color: rgb(159,18,45); }
H1.HeaderClassName
{
color: #9F122D;
}
.AnyTagClassName
{
color: #9F122D;
}
</style>
background-color css
<style>
a { background-color: #9F122D; }
a { background-color: rgb(159,18,45); }
div.DivClassName
{
background-color: #9F122D;
}
.BgClassName
{
background-color: #9F122D;
}
</style>
border-color css
<style>
span { border-color: #9F122D; }
span { border-color: rgb(159,18,45); }
td.TdClassName
{
border-color: #9F122D;
}
.TagClassName
{
border-color: #9F122D;
}
</style>