Shades of Carmine #9F0336
Tints of Carmine #9F0336
RGB
CMYK
RGB Variations
Color information
#9F0336 (or 0x9F0336) is known color: Carmine. HEX triplet: 9F, 03 and 36. RGB value is (159,3,54). Sum of RGB (Red+Green+Blue) = 159+3+54=216 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.61% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0336 is #60FCC9. Grayscale: #373737. Windows color (decimal): -6356170 or 3539871. OLE color: 3539871.
HSL color Cylindrical-coordinate representation of color #9F0336: hue angle of 340.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F0336 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 54 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.38 |
| HSL | 340.38º | 0.96% | 0.32% | - |
| HSV(B) | 340.38º | 0.98% | 0.62% | - |
| XYZ | 15 | 7.7 | 4.19 | - |
| YUV | 55.46 | 127.18 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 54 | 0 | 0.98 | 0.66 | 0.38 | 340.38 | 0.96 | 0.32 |
| Hex | 9F | 3 | 36 | 0 | 62 | 42 | 26 | 154 | 60 | 20 |
| Octal | 237 | 3 | 66 | 0 | 142 | 102 | 46 | 524 | 140 | 40 |
| Binary | 10011111 | 11 | 110110 | 0 | 1100010 | 1000010 | 100110 | 101010100 | 1100000 | 100000 |
Color Harmonies of #9F0336
Complementary color
Monochromatic Colors of #9F0336
Black with #9F0336
Text Example
Text Example
White with #9F0336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0336; }
p { color: rgb(159,3,54); }
H1.HeaderClassName
{
color: #9F0336;
}
.AnyTagClassName
{
color: #9F0336;
}
</style>
background-color css
<style>
a { background-color: #9F0336; }
a { background-color: rgb(159,3,54); }
div.DivClassName
{
background-color: #9F0336;
}
.BgClassName
{
background-color: #9F0336;
}
</style>
border-color css
<style>
span { border-color: #9F0336; }
span { border-color: rgb(159,3,54); }
td.TdClassName
{
border-color: #9F0336;
}
.TagClassName
{
border-color: #9F0336;
}
</style>