Shades of Bright Red #96172C
Tints of Bright Red #96172C
RGB
CMYK
RGB Variations
Color information
#96172C (or 0x96172C) is known color: Bright Red. HEX triplet: 96, 17 and 2C. RGB value is (150,23,44). Sum of RGB (Red+Green+Blue) = 150+23+44=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #96172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96172C is #69E8D3. Grayscale: #3F3F3F. Windows color (decimal): -6940884 or 2889622. OLE color: 2889622.
HSL color Cylindrical-coordinate representation of color #96172C: hue angle of 350.08º degrees, saturation: 0.73, 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 #96172C is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 44 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.41 |
| HSL | 350.08º | 0.73% | 0.34% | - |
| HSV(B) | 350.08º | 0.85% | 0.59% | - |
| XYZ | 13.34 | 7.28 | 3.08 | - |
| YUV | 63.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 44 | 0 | 0.85 | 0.71 | 0.41 | 350.08 | 0.73 | 0.34 |
| Hex | 96 | 17 | 2C | 0 | 55 | 47 | 29 | 15E | 49 | 22 |
| Octal | 226 | 27 | 54 | 0 | 125 | 107 | 51 | 536 | 111 | 42 |
| Binary | 10010110 | 10111 | 101100 | 0 | 1010101 | 1000111 | 101001 | 101011110 | 1001001 | 100010 |
Color Harmonies of #96172C
Complementary color
Monochromatic Colors of #96172C
Black with #96172C
Text Example
Text Example
White with #96172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96172C; }
p { color: rgb(150,23,44); }
H1.HeaderClassName
{
color: #96172C;
}
.AnyTagClassName
{
color: #96172C;
}
</style>
background-color css
<style>
a { background-color: #96172C; }
a { background-color: rgb(150,23,44); }
div.DivClassName
{
background-color: #96172C;
}
.BgClassName
{
background-color: #96172C;
}
</style>
border-color css
<style>
span { border-color: #96172C; }
span { border-color: rgb(150,23,44); }
td.TdClassName
{
border-color: #96172C;
}
.TagClassName
{
border-color: #96172C;
}
</style>