Shades of Carmine #9F0B32
Tints of Carmine #9F0B32
RGB
CMYK
RGB Variations
Color information
#9F0B32 (or 0x9F0B32) is known color: Carmine. HEX triplet: 9F, 0B and 32. RGB value is (159,11,50). Sum of RGB (Red+Green+Blue) = 159+11+50=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0B32 is #60F4CD. Grayscale: #3B3B3B. Windows color (decimal): -6354126 or 3279775. OLE color: 3279775.
HSL color Cylindrical-coordinate representation of color #9F0B32: hue angle of 344.19º 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 #9F0B32 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 50 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.38 |
| HSL | 344.19º | 0.87% | 0.33% | - |
| HSV(B) | 344.19º | 0.93% | 0.62% | - |
| XYZ | 14.99 | 7.84 | 3.74 | - |
| YUV | 59.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 50 | 0 | 0.93 | 0.69 | 0.38 | 344.19 | 0.87 | 0.33 |
| Hex | 9F | B | 32 | 0 | 5D | 45 | 26 | 158 | 57 | 21 |
| Octal | 237 | 13 | 62 | 0 | 135 | 105 | 46 | 530 | 127 | 41 |
| Binary | 10011111 | 1011 | 110010 | 0 | 1011101 | 1000101 | 100110 | 101011000 | 1010111 | 100001 |
Color Harmonies of #9F0B32
Complementary color
Monochromatic Colors of #9F0B32
Black with #9F0B32
Text Example
Text Example
White with #9F0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B32; }
p { color: rgb(159,11,50); }
H1.HeaderClassName
{
color: #9F0B32;
}
.AnyTagClassName
{
color: #9F0B32;
}
</style>
background-color css
<style>
a { background-color: #9F0B32; }
a { background-color: rgb(159,11,50); }
div.DivClassName
{
background-color: #9F0B32;
}
.BgClassName
{
background-color: #9F0B32;
}
</style>
border-color css
<style>
span { border-color: #9F0B32; }
span { border-color: rgb(159,11,50); }
td.TdClassName
{
border-color: #9F0B32;
}
.TagClassName
{
border-color: #9F0B32;
}
</style>