Shades of Carmine #9F031D
Tints of Carmine #9F031D
RGB
CMYK
RGB Variations
Color information
#9F031D (or 0x9F031D) is known color: Carmine. HEX triplet: 9F, 03 and 1D. RGB value is (159,3,29). Sum of RGB (Red+Green+Blue) = 159+3+29=191 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.25% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 159 - color contains mainly: red. Hex color #9F031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F031D is #60FCE2. Grayscale: #343434. Windows color (decimal): -6356195 or 1901471. OLE color: 1901471.
HSL color Cylindrical-coordinate representation of color #9F031D: hue angle of 350º 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 #9F031D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.38 |
| HSL | 350º | 0.96% | 0.32% | - |
| HSV(B) | 350º | 0.98% | 0.62% | - |
| XYZ | 14.55 | 7.52 | 1.85 | - |
| YUV | 52.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 29 | 0 | 0.98 | 0.82 | 0.38 | 350 | 0.96 | 0.32 |
| Hex | 9F | 3 | 1D | 0 | 62 | 52 | 26 | 15E | 60 | 20 |
| Octal | 237 | 3 | 35 | 0 | 142 | 122 | 46 | 536 | 140 | 40 |
| Binary | 10011111 | 11 | 11101 | 0 | 1100010 | 1010010 | 100110 | 101011110 | 1100000 | 100000 |
Color Harmonies of #9F031D
Complementary color
Monochromatic Colors of #9F031D
Black with #9F031D
Text Example
Text Example
White with #9F031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F031D; }
p { color: rgb(159,3,29); }
H1.HeaderClassName
{
color: #9F031D;
}
.AnyTagClassName
{
color: #9F031D;
}
</style>
background-color css
<style>
a { background-color: #9F031D; }
a { background-color: rgb(159,3,29); }
div.DivClassName
{
background-color: #9F031D;
}
.BgClassName
{
background-color: #9F031D;
}
</style>
border-color css
<style>
span { border-color: #9F031D; }
span { border-color: rgb(159,3,29); }
td.TdClassName
{
border-color: #9F031D;
}
.TagClassName
{
border-color: #9F031D;
}
</style>