Shades of Carmine #9F0A29
Tints of Carmine #9F0A29
RGB
CMYK
RGB Variations
Color information
#9F0A29 (or 0x9F0A29) is known color: Carmine. HEX triplet: 9F, 0A and 29. RGB value is (159,10,41). Sum of RGB (Red+Green+Blue) = 159+10+41=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0A29 is #60F5D6. Grayscale: #3A3A3A. Windows color (decimal): -6354391 or 2689695. OLE color: 2689695.
HSL color Cylindrical-coordinate representation of color #9F0A29: hue angle of 347.52º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0A29 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 41 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.38 |
| HSL | 347.52º | 0.88% | 0.33% | - |
| HSV(B) | 347.52º | 0.94% | 0.62% | - |
| XYZ | 14.81 | 7.75 | 2.81 | - |
| YUV | 58.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 41 | 0 | 0.94 | 0.74 | 0.38 | 347.52 | 0.88 | 0.33 |
| Hex | 9F | A | 29 | 0 | 5E | 4A | 26 | 15C | 58 | 21 |
| Octal | 237 | 12 | 51 | 0 | 136 | 112 | 46 | 534 | 130 | 41 |
| Binary | 10011111 | 1010 | 101001 | 0 | 1011110 | 1001010 | 100110 | 101011100 | 1011000 | 100001 |
Color Harmonies of #9F0A29
Complementary color
Monochromatic Colors of #9F0A29
Black with #9F0A29
Text Example
Text Example
White with #9F0A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A29; }
p { color: rgb(159,10,41); }
H1.HeaderClassName
{
color: #9F0A29;
}
.AnyTagClassName
{
color: #9F0A29;
}
</style>
background-color css
<style>
a { background-color: #9F0A29; }
a { background-color: rgb(159,10,41); }
div.DivClassName
{
background-color: #9F0A29;
}
.BgClassName
{
background-color: #9F0A29;
}
</style>
border-color css
<style>
span { border-color: #9F0A29; }
span { border-color: rgb(159,10,41); }
td.TdClassName
{
border-color: #9F0A29;
}
.TagClassName
{
border-color: #9F0A29;
}
</style>