Shades of Bright Red #96192C
Tints of Bright Red #96192C
RGB
CMYK
RGB Variations
Color information
#96192C (or 0x96192C) is known color: Bright Red. HEX triplet: 96, 19 and 2C. RGB value is (150,25,44). Sum of RGB (Red+Green+Blue) = 150+25+44=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #96192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96192C is #69E6D3. Grayscale: #404040. Windows color (decimal): -6940372 or 2890134. OLE color: 2890134.
HSL color Cylindrical-coordinate representation of color #96192C: hue angle of 350.88º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96192C is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 44 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.41 |
| HSL | 350.88º | 0.71% | 0.34% | - |
| HSV(B) | 350.88º | 0.83% | 0.59% | - |
| XYZ | 13.38 | 7.36 | 3.1 | - |
| YUV | 64.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 44 | 0 | 0.83 | 0.71 | 0.41 | 350.88 | 0.71 | 0.34 |
| Hex | 96 | 19 | 2C | 0 | 53 | 47 | 29 | 15F | 47 | 22 |
| Octal | 226 | 31 | 54 | 0 | 123 | 107 | 51 | 537 | 107 | 42 |
| Binary | 10010110 | 11001 | 101100 | 0 | 1010011 | 1000111 | 101001 | 101011111 | 1000111 | 100010 |
Color Harmonies of #96192C
Complementary color
Monochromatic Colors of #96192C
Black with #96192C
Text Example
Text Example
White with #96192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96192C; }
p { color: rgb(150,25,44); }
H1.HeaderClassName
{
color: #96192C;
}
.AnyTagClassName
{
color: #96192C;
}
</style>
background-color css
<style>
a { background-color: #96192C; }
a { background-color: rgb(150,25,44); }
div.DivClassName
{
background-color: #96192C;
}
.BgClassName
{
background-color: #96192C;
}
</style>
border-color css
<style>
span { border-color: #96192C; }
span { border-color: rgb(150,25,44); }
td.TdClassName
{
border-color: #96192C;
}
.TagClassName
{
border-color: #96192C;
}
</style>