Shades of Carmine #96121E
Tints of Carmine #96121E
RGB
CMYK
RGB Variations
Color information
#96121E (or 0x96121E) is known color: Carmine. HEX triplet: 96, 12 and 1E. RGB value is (150,18,30). Sum of RGB (Red+Green+Blue) = 150+18+30=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #96121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96121E is #69EDE1. Grayscale: #3A3A3A. Windows color (decimal): -6942178 or 1970838. OLE color: 1970838.
HSL color Cylindrical-coordinate representation of color #96121E: hue angle of 354.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96121E is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 30 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.41 |
| HSL | 354.55º | 0.79% | 0.33% | - |
| HSV(B) | 354.55º | 0.88% | 0.59% | - |
| XYZ | 13.03 | 7.01 | 1.89 | - |
| YUV | 58.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 30 | 0 | 0.88 | 0.80 | 0.41 | 354.55 | 0.79 | 0.33 |
| Hex | 96 | 12 | 1E | 0 | 58 | 50 | 29 | 163 | 4F | 21 |
| Octal | 226 | 22 | 36 | 0 | 130 | 120 | 51 | 543 | 117 | 41 |
| Binary | 10010110 | 10010 | 11110 | 0 | 1011000 | 1010000 | 101001 | 101100011 | 1001111 | 100001 |
Color Harmonies of #96121E
Complementary color
Monochromatic Colors of #96121E
Black with #96121E
Text Example
Text Example
White with #96121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96121E; }
p { color: rgb(150,18,30); }
H1.HeaderClassName
{
color: #96121E;
}
.AnyTagClassName
{
color: #96121E;
}
</style>
background-color css
<style>
a { background-color: #96121E; }
a { background-color: rgb(150,18,30); }
div.DivClassName
{
background-color: #96121E;
}
.BgClassName
{
background-color: #96121E;
}
</style>
border-color css
<style>
span { border-color: #96121E; }
span { border-color: rgb(150,18,30); }
td.TdClassName
{
border-color: #96121E;
}
.TagClassName
{
border-color: #96121E;
}
</style>