Shades of Carmine #9F0B1C
Tints of Carmine #9F0B1C
RGB
CMYK
RGB Variations
Color information
#9F0B1C (or 0x9F0B1C) is known color: Carmine. HEX triplet: 9F, 0B and 1C. RGB value is (159,11,28). Sum of RGB (Red+Green+Blue) = 159+11+28=198 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.30% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0B1C is #60F4E3. Grayscale: #393939. Windows color (decimal): -6354148 or 1837983. OLE color: 1837983.
HSL color Cylindrical-coordinate representation of color #9F0B1C: hue angle of 353.11º 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 #9F0B1C is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 28 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.38 |
| HSL | 353.11º | 0.87% | 0.33% | - |
| HSV(B) | 353.11º | 0.93% | 0.62% | - |
| XYZ | 14.63 | 7.69 | 1.81 | - |
| YUV | 57.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 28 | 0 | 0.93 | 0.82 | 0.38 | 353.11 | 0.87 | 0.33 |
| Hex | 9F | B | 1C | 0 | 5D | 52 | 26 | 161 | 57 | 21 |
| Octal | 237 | 13 | 34 | 0 | 135 | 122 | 46 | 541 | 127 | 41 |
| Binary | 10011111 | 1011 | 11100 | 0 | 1011101 | 1010010 | 100110 | 101100001 | 1010111 | 100001 |
Color Harmonies of #9F0B1C
Complementary color
Monochromatic Colors of #9F0B1C
Black with #9F0B1C
Text Example
Text Example
White with #9F0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B1C; }
p { color: rgb(159,11,28); }
H1.HeaderClassName
{
color: #9F0B1C;
}
.AnyTagClassName
{
color: #9F0B1C;
}
</style>
background-color css
<style>
a { background-color: #9F0B1C; }
a { background-color: rgb(159,11,28); }
div.DivClassName
{
background-color: #9F0B1C;
}
.BgClassName
{
background-color: #9F0B1C;
}
</style>
border-color css
<style>
span { border-color: #9F0B1C; }
span { border-color: rgb(159,11,28); }
td.TdClassName
{
border-color: #9F0B1C;
}
.TagClassName
{
border-color: #9F0B1C;
}
</style>