Shades of Carmine #9F191C
Tints of Carmine #9F191C
RGB
CMYK
RGB Variations
Color information
#9F191C (or 0x9F191C) is known color: Carmine. HEX triplet: 9F, 19 and 1C. RGB value is (159,25,28). Sum of RGB (Red+Green+Blue) = 159+25+28=212 (28% of max value = 765). Red value is 159 (62.5% from 255 or 75% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 159 - color contains mainly: red. Hex color #9F191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F191C is #60E6E3. Grayscale: #414141. Windows color (decimal): -6350564 or 1841567. OLE color: 1841567.
HSL color Cylindrical-coordinate representation of color #9F191C: hue angle of 358.66º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F191C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 28 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.38 |
| HSL | 358.66º | 0.73% | 0.36% | - |
| HSV(B) | 358.66º | 0.84% | 0.62% | - |
| XYZ | 14.86 | 8.15 | 1.89 | - |
| YUV | 65.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 28 | 0 | 0.84 | 0.82 | 0.38 | 358.66 | 0.73 | 0.36 |
| Hex | 9F | 19 | 1C | 0 | 54 | 52 | 26 | 167 | 49 | 24 |
| Octal | 237 | 31 | 34 | 0 | 124 | 122 | 46 | 547 | 111 | 44 |
| Binary | 10011111 | 11001 | 11100 | 0 | 1010100 | 1010010 | 100110 | 101100111 | 1001001 | 100100 |
Color Harmonies of #9F191C
Complementary color
Monochromatic Colors of #9F191C
Black with #9F191C
Text Example
Text Example
White with #9F191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F191C; }
p { color: rgb(159,25,28); }
H1.HeaderClassName
{
color: #9F191C;
}
.AnyTagClassName
{
color: #9F191C;
}
</style>
background-color css
<style>
a { background-color: #9F191C; }
a { background-color: rgb(159,25,28); }
div.DivClassName
{
background-color: #9F191C;
}
.BgClassName
{
background-color: #9F191C;
}
</style>
border-color css
<style>
span { border-color: #9F191C; }
span { border-color: rgb(159,25,28); }
td.TdClassName
{
border-color: #9F191C;
}
.TagClassName
{
border-color: #9F191C;
}
</style>