Shades of Carmine #9F0B2D
Tints of Carmine #9F0B2D
RGB
CMYK
RGB Variations
Color information
#9F0B2D (or 0x9F0B2D) is known color: Carmine. HEX triplet: 9F, 0B and 2D. RGB value is (159,11,45). Sum of RGB (Red+Green+Blue) = 159+11+45=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0B2D is #60F4D2. Grayscale: #3B3B3B. Windows color (decimal): -6354131 or 2952095. OLE color: 2952095.
HSL color Cylindrical-coordinate representation of color #9F0B2D: hue angle of 346.22º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0B2D is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 45 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.38 |
| HSL | 346.22º | 0.87% | 0.33% | - |
| HSV(B) | 346.22º | 0.93% | 0.62% | - |
| XYZ | 14.89 | 7.8 | 3.2 | - |
| YUV | 59.13 | 120.03 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 45 | 0 | 0.93 | 0.72 | 0.38 | 346.22 | 0.87 | 0.33 |
| Hex | 9F | B | 2D | 0 | 5D | 48 | 26 | 15A | 57 | 21 |
| Octal | 237 | 13 | 55 | 0 | 135 | 110 | 46 | 532 | 127 | 41 |
| Binary | 10011111 | 1011 | 101101 | 0 | 1011101 | 1001000 | 100110 | 101011010 | 1010111 | 100001 |
Color Harmonies of #9F0B2D
Complementary color
Monochromatic Colors of #9F0B2D
Black with #9F0B2D
Text Example
Text Example
White with #9F0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B2D; }
p { color: rgb(159,11,45); }
H1.HeaderClassName
{
color: #9F0B2D;
}
.AnyTagClassName
{
color: #9F0B2D;
}
</style>
background-color css
<style>
a { background-color: #9F0B2D; }
a { background-color: rgb(159,11,45); }
div.DivClassName
{
background-color: #9F0B2D;
}
.BgClassName
{
background-color: #9F0B2D;
}
</style>
border-color css
<style>
span { border-color: #9F0B2D; }
span { border-color: rgb(159,11,45); }
td.TdClassName
{
border-color: #9F0B2D;
}
.TagClassName
{
border-color: #9F0B2D;
}
</style>