Shades of Carmine #9F1326
Tints of Carmine #9F1326
RGB
CMYK
RGB Variations
Color information
#9F1326 (or 0x9F1326) is known color: Carmine. HEX triplet: 9F, 13 and 26. RGB value is (159,19,38). Sum of RGB (Red+Green+Blue) = 159+19+38=216 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.61% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1326 is #60ECD9. Grayscale: #3F3F3F. Windows color (decimal): -6352090 or 2495391. OLE color: 2495391.
HSL color Cylindrical-coordinate representation of color #9F1326: hue angle of 351.86º 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 #9F1326 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 38 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.38 |
| HSL | 351.86º | 0.79% | 0.35% | - |
| HSV(B) | 351.86º | 0.88% | 0.62% | - |
| XYZ | 14.88 | 7.98 | 2.59 | - |
| YUV | 63.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 38 | 0 | 0.88 | 0.76 | 0.38 | 351.86 | 0.79 | 0.35 |
| Hex | 9F | 13 | 26 | 0 | 58 | 4C | 26 | 160 | 4F | 23 |
| Octal | 237 | 23 | 46 | 0 | 130 | 114 | 46 | 540 | 117 | 43 |
| Binary | 10011111 | 10011 | 100110 | 0 | 1011000 | 1001100 | 100110 | 101100000 | 1001111 | 100011 |
Color Harmonies of #9F1326
Complementary color
Monochromatic Colors of #9F1326
Black with #9F1326
Text Example
Text Example
White with #9F1326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1326; }
p { color: rgb(159,19,38); }
H1.HeaderClassName
{
color: #9F1326;
}
.AnyTagClassName
{
color: #9F1326;
}
</style>
background-color css
<style>
a { background-color: #9F1326; }
a { background-color: rgb(159,19,38); }
div.DivClassName
{
background-color: #9F1326;
}
.BgClassName
{
background-color: #9F1326;
}
</style>
border-color css
<style>
span { border-color: #9F1326; }
span { border-color: rgb(159,19,38); }
td.TdClassName
{
border-color: #9F1326;
}
.TagClassName
{
border-color: #9F1326;
}
</style>