Shades of Bright Red #96192B
Tints of Bright Red #96192B
RGB
CMYK
RGB Variations
Color information
#96192B (or 0x96192B) is known color: Bright Red. HEX triplet: 96, 19 and 2B. RGB value is (150,25,43). Sum of RGB (Red+Green+Blue) = 150+25+43=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #96192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96192B is #69E6D4. Grayscale: #404040. Windows color (decimal): -6940373 or 2824598. OLE color: 2824598.
HSL color Cylindrical-coordinate representation of color #96192B: hue angle of 351.36º 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 #96192B is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 43 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.41 |
| HSL | 351.36º | 0.71% | 0.34% | - |
| HSV(B) | 351.36º | 0.83% | 0.59% | - |
| XYZ | 13.36 | 7.35 | 3 | - |
| YUV | 64.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 43 | 0 | 0.83 | 0.71 | 0.41 | 351.36 | 0.71 | 0.34 |
| Hex | 96 | 19 | 2B | 0 | 53 | 47 | 29 | 15F | 47 | 22 |
| Octal | 226 | 31 | 53 | 0 | 123 | 107 | 51 | 537 | 107 | 42 |
| Binary | 10010110 | 11001 | 101011 | 0 | 1010011 | 1000111 | 101001 | 101011111 | 1000111 | 100010 |
Color Harmonies of #96192B
Complementary color
Monochromatic Colors of #96192B
Black with #96192B
Text Example
Text Example
White with #96192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96192B; }
p { color: rgb(150,25,43); }
H1.HeaderClassName
{
color: #96192B;
}
.AnyTagClassName
{
color: #96192B;
}
</style>
background-color css
<style>
a { background-color: #96192B; }
a { background-color: rgb(150,25,43); }
div.DivClassName
{
background-color: #96192B;
}
.BgClassName
{
background-color: #96192B;
}
</style>
border-color css
<style>
span { border-color: #96192B; }
span { border-color: rgb(150,25,43); }
td.TdClassName
{
border-color: #96192B;
}
.TagClassName
{
border-color: #96192B;
}
</style>