Shades of Carmine #961117
Tints of Carmine #961117
RGB
CMYK
RGB Variations
Color information
#961117 (or 0x961117) is known color: Carmine. HEX triplet: 96, 11 and 17. RGB value is (150,17,23). Sum of RGB (Red+Green+Blue) = 150+17+23=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #961117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961117 is #69EEE8. Grayscale: #393939. Windows color (decimal): -6942441 or 1511830. OLE color: 1511830.
HSL color Cylindrical-coordinate representation of color #961117: hue angle of 357.29º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961117 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 23 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.41 |
| HSL | 357.29º | 0.8% | 0.33% | - |
| HSV(B) | 357.29º | 0.89% | 0.59% | - |
| XYZ | 12.93 | 6.95 | 1.47 | - |
| YUV | 57.45 | 108.56 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 23 | 0 | 0.89 | 0.85 | 0.41 | 357.29 | 0.8 | 0.33 |
| Hex | 96 | 11 | 17 | 0 | 59 | 55 | 29 | 165 | 50 | 21 |
| Octal | 226 | 21 | 27 | 0 | 131 | 125 | 51 | 545 | 120 | 41 |
| Binary | 10010110 | 10001 | 10111 | 0 | 1011001 | 1010101 | 101001 | 101100101 | 1010000 | 100001 |
Color Harmonies of #961117
Complementary color
Monochromatic Colors of #961117
Black with #961117
Text Example
Text Example
White with #961117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961117; }
p { color: rgb(150,17,23); }
H1.HeaderClassName
{
color: #961117;
}
.AnyTagClassName
{
color: #961117;
}
</style>
background-color css
<style>
a { background-color: #961117; }
a { background-color: rgb(150,17,23); }
div.DivClassName
{
background-color: #961117;
}
.BgClassName
{
background-color: #961117;
}
</style>
border-color css
<style>
span { border-color: #961117; }
span { border-color: rgb(150,17,23); }
td.TdClassName
{
border-color: #961117;
}
.TagClassName
{
border-color: #961117;
}
</style>