Shades of Carmine #9F1018
Tints of Carmine #9F1018
RGB
CMYK
RGB Variations
Color information
#9F1018 (or 0x9F1018) is known color: Carmine. HEX triplet: 9F, 10 and 18. RGB value is (159,16,24). Sum of RGB (Red+Green+Blue) = 159+16+24=199 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.90% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1018 is #60EFE7. Grayscale: #3B3B3B. Windows color (decimal): -6352872 or 1577119. OLE color: 1577119.
HSL color Cylindrical-coordinate representation of color #9F1018: hue angle of 356.64º 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 #9F1018 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 24 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.38 |
| HSL | 356.64º | 0.82% | 0.34% | - |
| HSV(B) | 356.64º | 0.9% | 0.62% | - |
| XYZ | 14.65 | 7.81 | 1.6 | - |
| YUV | 59.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 24 | 0 | 0.90 | 0.85 | 0.38 | 356.64 | 0.82 | 0.34 |
| Hex | 9F | 10 | 18 | 0 | 5A | 55 | 26 | 165 | 52 | 22 |
| Octal | 237 | 20 | 30 | 0 | 132 | 125 | 46 | 545 | 122 | 42 |
| Binary | 10011111 | 10000 | 11000 | 0 | 1011010 | 1010101 | 100110 | 101100101 | 1010010 | 100010 |
Color Harmonies of #9F1018
Complementary color
Monochromatic Colors of #9F1018
Black with #9F1018
Text Example
Text Example
White with #9F1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1018; }
p { color: rgb(159,16,24); }
H1.HeaderClassName
{
color: #9F1018;
}
.AnyTagClassName
{
color: #9F1018;
}
</style>
background-color css
<style>
a { background-color: #9F1018; }
a { background-color: rgb(159,16,24); }
div.DivClassName
{
background-color: #9F1018;
}
.BgClassName
{
background-color: #9F1018;
}
</style>
border-color css
<style>
span { border-color: #9F1018; }
span { border-color: rgb(159,16,24); }
td.TdClassName
{
border-color: #9F1018;
}
.TagClassName
{
border-color: #9F1018;
}
</style>