Shades of Bright Red #96163B
Tints of Bright Red #96163B
RGB
CMYK
RGB Variations
Color information
#96163B (or 0x96163B) is known color: Bright Red. HEX triplet: 96, 16 and 3B. RGB value is (150,22,59). Sum of RGB (Red+Green+Blue) = 150+22+59=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96163B is #69E9C4. Grayscale: #404040. Windows color (decimal): -6941125 or 3872406. OLE color: 3872406.
HSL color Cylindrical-coordinate representation of color #96163B: hue angle of 342.66º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96163B is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 59 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.41 |
| HSL | 342.66º | 0.74% | 0.34% | - |
| HSV(B) | 342.66º | 0.85% | 0.59% | - |
| XYZ | 13.65 | 7.37 | 4.84 | - |
| YUV | 64.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 59 | 0 | 0.85 | 0.61 | 0.41 | 342.66 | 0.74 | 0.34 |
| Hex | 96 | 16 | 3B | 0 | 55 | 3D | 29 | 157 | 4A | 22 |
| Octal | 226 | 26 | 73 | 0 | 125 | 75 | 51 | 527 | 112 | 42 |
| Binary | 10010110 | 10110 | 111011 | 0 | 1010101 | 111101 | 101001 | 101010111 | 1001010 | 100010 |
Color Harmonies of #96163B
Complementary color
Monochromatic Colors of #96163B
Black with #96163B
Text Example
Text Example
White with #96163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96163B; }
p { color: rgb(150,22,59); }
H1.HeaderClassName
{
color: #96163B;
}
.AnyTagClassName
{
color: #96163B;
}
</style>
background-color css
<style>
a { background-color: #96163B; }
a { background-color: rgb(150,22,59); }
div.DivClassName
{
background-color: #96163B;
}
.BgClassName
{
background-color: #96163B;
}
</style>
border-color css
<style>
span { border-color: #96163B; }
span { border-color: rgb(150,22,59); }
td.TdClassName
{
border-color: #96163B;
}
.TagClassName
{
border-color: #96163B;
}
</style>