Shades of Carmine #9F1013
Tints of Carmine #9F1013
RGB
CMYK
RGB Variations
Color information
#9F1013 (or 0x9F1013) is known color: Carmine. HEX triplet: 9F, 10 and 13. RGB value is (159,16,19). Sum of RGB (Red+Green+Blue) = 159+16+19=194 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.96% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1013 is #60EFEC. Grayscale: #3B3B3B. Windows color (decimal): -6352877 or 1249439. OLE color: 1249439.
HSL color Cylindrical-coordinate representation of color #9F1013: hue angle of 358.74º 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 #9F1013 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 19 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.38 |
| HSL | 358.74º | 0.82% | 0.34% | - |
| HSV(B) | 358.74º | 0.9% | 0.62% | - |
| XYZ | 14.6 | 7.79 | 1.35 | - |
| YUV | 59.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 19 | 0 | 0.90 | 0.88 | 0.38 | 358.74 | 0.82 | 0.34 |
| Hex | 9F | 10 | 13 | 0 | 5A | 58 | 26 | 167 | 52 | 22 |
| Octal | 237 | 20 | 23 | 0 | 132 | 130 | 46 | 547 | 122 | 42 |
| Binary | 10011111 | 10000 | 10011 | 0 | 1011010 | 1011000 | 100110 | 101100111 | 1010010 | 100010 |
Color Harmonies of #9F1013
Complementary color
Monochromatic Colors of #9F1013
Black with #9F1013
Text Example
Text Example
White with #9F1013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1013; }
p { color: rgb(159,16,19); }
H1.HeaderClassName
{
color: #9F1013;
}
.AnyTagClassName
{
color: #9F1013;
}
</style>
background-color css
<style>
a { background-color: #9F1013; }
a { background-color: rgb(159,16,19); }
div.DivClassName
{
background-color: #9F1013;
}
.BgClassName
{
background-color: #9F1013;
}
</style>
border-color css
<style>
span { border-color: #9F1013; }
span { border-color: rgb(159,16,19); }
td.TdClassName
{
border-color: #9F1013;
}
.TagClassName
{
border-color: #9F1013;
}
</style>