Shades of Carmine #9F051D
Tints of Carmine #9F051D
RGB
CMYK
RGB Variations
Color information
#9F051D (or 0x9F051D) is known color: Carmine. HEX triplet: 9F, 05 and 1D. RGB value is (159,5,29). Sum of RGB (Red+Green+Blue) = 159+5+29=193 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.38% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 159 - color contains mainly: red. Hex color #9F051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F051D is #60FAE2. Grayscale: #353535. Windows color (decimal): -6355683 or 1901983. OLE color: 1901983.
HSL color Cylindrical-coordinate representation of color #9F051D: hue angle of 350.65º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F051D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 29 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.38 |
| HSL | 350.65º | 0.94% | 0.32% | - |
| HSV(B) | 350.65º | 0.97% | 0.62% | - |
| XYZ | 14.57 | 7.57 | 1.86 | - |
| YUV | 53.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 29 | 0 | 0.97 | 0.82 | 0.38 | 350.65 | 0.94 | 0.32 |
| Hex | 9F | 5 | 1D | 0 | 61 | 52 | 26 | 15F | 5E | 20 |
| Octal | 237 | 5 | 35 | 0 | 141 | 122 | 46 | 537 | 136 | 40 |
| Binary | 10011111 | 101 | 11101 | 0 | 1100001 | 1010010 | 100110 | 101011111 | 1011110 | 100000 |
Color Harmonies of #9F051D
Complementary color
Monochromatic Colors of #9F051D
Black with #9F051D
Text Example
Text Example
White with #9F051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F051D; }
p { color: rgb(159,5,29); }
H1.HeaderClassName
{
color: #9F051D;
}
.AnyTagClassName
{
color: #9F051D;
}
</style>
background-color css
<style>
a { background-color: #9F051D; }
a { background-color: rgb(159,5,29); }
div.DivClassName
{
background-color: #9F051D;
}
.BgClassName
{
background-color: #9F051D;
}
</style>
border-color css
<style>
span { border-color: #9F051D; }
span { border-color: rgb(159,5,29); }
td.TdClassName
{
border-color: #9F051D;
}
.TagClassName
{
border-color: #9F051D;
}
</style>