Shades of Carmine #9F0B23
Tints of Carmine #9F0B23
RGB
CMYK
RGB Variations
Color information
#9F0B23 (or 0x9F0B23) is known color: Carmine. HEX triplet: 9F, 0B and 23. RGB value is (159,11,35). Sum of RGB (Red+Green+Blue) = 159+11+35=205 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.56% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0B23 is #60F4DC. Grayscale: #3A3A3A. Windows color (decimal): -6354141 or 2296735. OLE color: 2296735.
HSL color Cylindrical-coordinate representation of color #9F0B23: hue angle of 350.27º 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 #9F0B23 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 35 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.38 |
| HSL | 350.27º | 0.87% | 0.33% | - |
| HSV(B) | 350.27º | 0.93% | 0.62% | - |
| XYZ | 14.72 | 7.73 | 2.31 | - |
| YUV | 57.99 | 115.03 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 35 | 0 | 0.93 | 0.78 | 0.38 | 350.27 | 0.87 | 0.33 |
| Hex | 9F | B | 23 | 0 | 5D | 4E | 26 | 15E | 57 | 21 |
| Octal | 237 | 13 | 43 | 0 | 135 | 116 | 46 | 536 | 127 | 41 |
| Binary | 10011111 | 1011 | 100011 | 0 | 1011101 | 1001110 | 100110 | 101011110 | 1010111 | 100001 |
Color Harmonies of #9F0B23
Complementary color
Monochromatic Colors of #9F0B23
Black with #9F0B23
Text Example
Text Example
White with #9F0B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B23; }
p { color: rgb(159,11,35); }
H1.HeaderClassName
{
color: #9F0B23;
}
.AnyTagClassName
{
color: #9F0B23;
}
</style>
background-color css
<style>
a { background-color: #9F0B23; }
a { background-color: rgb(159,11,35); }
div.DivClassName
{
background-color: #9F0B23;
}
.BgClassName
{
background-color: #9F0B23;
}
</style>
border-color css
<style>
span { border-color: #9F0B23; }
span { border-color: rgb(159,11,35); }
td.TdClassName
{
border-color: #9F0B23;
}
.TagClassName
{
border-color: #9F0B23;
}
</style>