Shades of Carmine #9F0919
Tints of Carmine #9F0919
RGB
CMYK
RGB Variations
Color information
#9F0919 (or 0x9F0919) is known color: Carmine. HEX triplet: 9F, 09 and 19. RGB value is (159,9,25). Sum of RGB (Red+Green+Blue) = 159+9+25=193 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.38% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0919 is #60F6E6. Grayscale: #373737. Windows color (decimal): -6354663 or 1640863. OLE color: 1640863.
HSL color Cylindrical-coordinate representation of color #9F0919: hue angle of 353.6º degrees, saturation: 0.89, 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 #9F0919 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 25 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.38 |
| HSL | 353.6º | 0.89% | 0.33% | - |
| HSV(B) | 353.6º | 0.94% | 0.62% | - |
| XYZ | 14.57 | 7.64 | 1.63 | - |
| YUV | 55.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 25 | 0 | 0.94 | 0.84 | 0.38 | 353.6 | 0.89 | 0.33 |
| Hex | 9F | 9 | 19 | 0 | 5E | 54 | 26 | 162 | 59 | 21 |
| Octal | 237 | 11 | 31 | 0 | 136 | 124 | 46 | 542 | 131 | 41 |
| Binary | 10011111 | 1001 | 11001 | 0 | 1011110 | 1010100 | 100110 | 101100010 | 1011001 | 100001 |
Color Harmonies of #9F0919
Complementary color
Monochromatic Colors of #9F0919
Black with #9F0919
Text Example
Text Example
White with #9F0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0919; }
p { color: rgb(159,9,25); }
H1.HeaderClassName
{
color: #9F0919;
}
.AnyTagClassName
{
color: #9F0919;
}
</style>
background-color css
<style>
a { background-color: #9F0919; }
a { background-color: rgb(159,9,25); }
div.DivClassName
{
background-color: #9F0919;
}
.BgClassName
{
background-color: #9F0919;
}
</style>
border-color css
<style>
span { border-color: #9F0919; }
span { border-color: rgb(159,9,25); }
td.TdClassName
{
border-color: #9F0919;
}
.TagClassName
{
border-color: #9F0919;
}
</style>