Shades of Carmine #9F1019
Tints of Carmine #9F1019
RGB
CMYK
RGB Variations
Color information
#9F1019 (or 0x9F1019) is known color: Carmine. HEX triplet: 9F, 10 and 19. RGB value is (159,16,25). Sum of RGB (Red+Green+Blue) = 159+16+25=200 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1019 is #60EFE6. Grayscale: #3B3B3B. Windows color (decimal): -6352871 or 1642655. OLE color: 1642655.
HSL color Cylindrical-coordinate representation of color #9F1019: hue angle of 356.22º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1019 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 25 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.38 |
| HSL | 356.22º | 0.82% | 0.34% | - |
| HSV(B) | 356.22º | 0.9% | 0.62% | - |
| XYZ | 14.66 | 7.81 | 1.65 | - |
| YUV | 59.78 | 108.38 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 25 | 0 | 0.90 | 0.84 | 0.38 | 356.22 | 0.82 | 0.34 |
| Hex | 9F | 10 | 19 | 0 | 5A | 54 | 26 | 164 | 52 | 22 |
| Octal | 237 | 20 | 31 | 0 | 132 | 124 | 46 | 544 | 122 | 42 |
| Binary | 10011111 | 10000 | 11001 | 0 | 1011010 | 1010100 | 100110 | 101100100 | 1010010 | 100010 |
Color Harmonies of #9F1019
Complementary color
Monochromatic Colors of #9F1019
Black with #9F1019
Text Example
Text Example
White with #9F1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1019; }
p { color: rgb(159,16,25); }
H1.HeaderClassName
{
color: #9F1019;
}
.AnyTagClassName
{
color: #9F1019;
}
</style>
background-color css
<style>
a { background-color: #9F1019; }
a { background-color: rgb(159,16,25); }
div.DivClassName
{
background-color: #9F1019;
}
.BgClassName
{
background-color: #9F1019;
}
</style>
border-color css
<style>
span { border-color: #9F1019; }
span { border-color: rgb(159,16,25); }
td.TdClassName
{
border-color: #9F1019;
}
.TagClassName
{
border-color: #9F1019;
}
</style>