Shades of Carmine #96051C
Tints of Carmine #96051C
RGB
CMYK
RGB Variations
Color information
#96051C (or 0x96051C) is known color: Carmine. HEX triplet: 96, 05 and 1C. RGB value is (150,5,28). Sum of RGB (Red+Green+Blue) = 150+5+28=183 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.97% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 150 - color contains mainly: red. Hex color #96051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96051C is #69FAE3. Grayscale: #333333. Windows color (decimal): -6945508 or 1836438. OLE color: 1836438.
HSL color Cylindrical-coordinate representation of color #96051C: hue angle of 350.48º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96051C is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 28 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.41 |
| HSL | 350.48º | 0.94% | 0.3% | - |
| HSV(B) | 350.48º | 0.97% | 0.59% | - |
| XYZ | 12.84 | 6.68 | 1.71 | - |
| YUV | 50.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 28 | 0 | 0.97 | 0.81 | 0.41 | 350.48 | 0.94 | 0.3 |
| Hex | 96 | 5 | 1C | 0 | 61 | 51 | 29 | 15E | 5E | 1E |
| Octal | 226 | 5 | 34 | 0 | 141 | 121 | 51 | 536 | 136 | 36 |
| Binary | 10010110 | 101 | 11100 | 0 | 1100001 | 1010001 | 101001 | 101011110 | 1011110 | 11110 |
Color Harmonies of #96051C
Complementary color
Monochromatic Colors of #96051C
Black with #96051C
Text Example
Text Example
White with #96051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96051C; }
p { color: rgb(150,5,28); }
H1.HeaderClassName
{
color: #96051C;
}
.AnyTagClassName
{
color: #96051C;
}
</style>
background-color css
<style>
a { background-color: #96051C; }
a { background-color: rgb(150,5,28); }
div.DivClassName
{
background-color: #96051C;
}
.BgClassName
{
background-color: #96051C;
}
</style>
border-color css
<style>
span { border-color: #96051C; }
span { border-color: rgb(150,5,28); }
td.TdClassName
{
border-color: #96051C;
}
.TagClassName
{
border-color: #96051C;
}
</style>