Shades of Carmine #9F1320
Tints of Carmine #9F1320
RGB
CMYK
RGB Variations
Color information
#9F1320 (or 0x9F1320) is known color: Carmine. HEX triplet: 9F, 13 and 20. RGB value is (159,19,32). Sum of RGB (Red+Green+Blue) = 159+19+32=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1320 is #60ECDF. Grayscale: #3E3E3E. Windows color (decimal): -6352096 or 2102175. OLE color: 2102175.
HSL color Cylindrical-coordinate representation of color #9F1320: hue angle of 354.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1320 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 32 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.38 |
| HSL | 354.43º | 0.79% | 0.35% | - |
| HSV(B) | 354.43º | 0.88% | 0.62% | - |
| XYZ | 14.79 | 7.94 | 2.12 | - |
| YUV | 62.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 32 | 0 | 0.88 | 0.80 | 0.38 | 354.43 | 0.79 | 0.35 |
| Hex | 9F | 13 | 20 | 0 | 58 | 50 | 26 | 162 | 4F | 23 |
| Octal | 237 | 23 | 40 | 0 | 130 | 120 | 46 | 542 | 117 | 43 |
| Binary | 10011111 | 10011 | 100000 | 0 | 1011000 | 1010000 | 100110 | 101100010 | 1001111 | 100011 |
Color Harmonies of #9F1320
Complementary color
Monochromatic Colors of #9F1320
Black with #9F1320
Text Example
Text Example
White with #9F1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1320; }
p { color: rgb(159,19,32); }
H1.HeaderClassName
{
color: #9F1320;
}
.AnyTagClassName
{
color: #9F1320;
}
</style>
background-color css
<style>
a { background-color: #9F1320; }
a { background-color: rgb(159,19,32); }
div.DivClassName
{
background-color: #9F1320;
}
.BgClassName
{
background-color: #9F1320;
}
</style>
border-color css
<style>
span { border-color: #9F1320; }
span { border-color: rgb(159,19,32); }
td.TdClassName
{
border-color: #9F1320;
}
.TagClassName
{
border-color: #9F1320;
}
</style>