Shades of Bright Red #96192D
Tints of Bright Red #96192D
RGB
CMYK
RGB Variations
Color information
#96192D (or 0x96192D) is known color: Bright Red. HEX triplet: 96, 19 and 2D. RGB value is (150,25,45). Sum of RGB (Red+Green+Blue) = 150+25+45=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #96192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96192D is #69E6D2. Grayscale: #404040. Windows color (decimal): -6940371 or 2955670. OLE color: 2955670.
HSL color Cylindrical-coordinate representation of color #96192D: hue angle of 350.4º 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 #96192D is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 45 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.41 |
| HSL | 350.4º | 0.71% | 0.34% | - |
| HSV(B) | 350.4º | 0.83% | 0.59% | - |
| XYZ | 13.4 | 7.37 | 3.2 | - |
| YUV | 64.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 45 | 0 | 0.83 | 0.70 | 0.41 | 350.4 | 0.71 | 0.34 |
| Hex | 96 | 19 | 2D | 0 | 53 | 46 | 29 | 15E | 47 | 22 |
| Octal | 226 | 31 | 55 | 0 | 123 | 106 | 51 | 536 | 107 | 42 |
| Binary | 10010110 | 11001 | 101101 | 0 | 1010011 | 1000110 | 101001 | 101011110 | 1000111 | 100010 |
Color Harmonies of #96192D
Complementary color
Monochromatic Colors of #96192D
Black with #96192D
Text Example
Text Example
White with #96192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96192D; }
p { color: rgb(150,25,45); }
H1.HeaderClassName
{
color: #96192D;
}
.AnyTagClassName
{
color: #96192D;
}
</style>
background-color css
<style>
a { background-color: #96192D; }
a { background-color: rgb(150,25,45); }
div.DivClassName
{
background-color: #96192D;
}
.BgClassName
{
background-color: #96192D;
}
</style>
border-color css
<style>
span { border-color: #96192D; }
span { border-color: rgb(150,25,45); }
td.TdClassName
{
border-color: #96192D;
}
.TagClassName
{
border-color: #96192D;
}
</style>