Shades of Carmine #960017
Tints of Carmine #960017
RGB
CMYK
RGB Variations
Color information
#960017 (or 0x960017) is known color: Carmine. HEX triplet: 96, 00 and 17. RGB value is (150,0,23). Sum of RGB (Red+Green+Blue) = 150+0+23=173 (22% of max value = 765). Red value is 150 (58.98% from 255 or 86.71% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 150 - color contains mainly: red. Hex color #960017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960017 is #69FFE8. Grayscale: #2F2F2F. Windows color (decimal): -6946793 or 1507478. OLE color: 1507478.
HSL color Cylindrical-coordinate representation of color #960017: hue angle of 350.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960017 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.85 | 0.41 |
| HSL | 350.8º | 1% | 0.29% | - |
| HSV(B) | 350.8º | 1% | 0.59% | - |
| XYZ | 12.73 | 6.55 | 1.4 | - |
| YUV | 47.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 23 | 0 | 1 | 0.85 | 0.41 | 350.8 | 1 | 0.29 |
| Hex | 96 | 0 | 17 | 0 | 64 | 55 | 29 | 15F | 64 | 1D |
| Octal | 226 | 0 | 27 | 0 | 144 | 125 | 51 | 537 | 144 | 35 |
| Binary | 10010110 | 0 | 10111 | 0 | 1100100 | 1010101 | 101001 | 101011111 | 1100100 | 11101 |
Color Harmonies of #960017
Complementary color
Monochromatic Colors of #960017
Black with #960017
Text Example
Text Example
White with #960017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960017; }
p { color: rgb(150,0,23); }
H1.HeaderClassName
{
color: #960017;
}
.AnyTagClassName
{
color: #960017;
}
</style>
background-color css
<style>
a { background-color: #960017; }
a { background-color: rgb(150,0,23); }
div.DivClassName
{
background-color: #960017;
}
.BgClassName
{
background-color: #960017;
}
</style>
border-color css
<style>
span { border-color: #960017; }
span { border-color: rgb(150,0,23); }
td.TdClassName
{
border-color: #960017;
}
.TagClassName
{
border-color: #960017;
}
</style>