Shades of Bright Red #96202C
Tints of Bright Red #96202C
RGB
CMYK
RGB Variations
Color information
#96202C (or 0x96202C) is known color: Bright Red. HEX triplet: 96, 20 and 2C. RGB value is (150,32,44). Sum of RGB (Red+Green+Blue) = 150+32+44=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #96202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96202C is #69DFD3. Grayscale: #444444. Windows color (decimal): -6938580 or 2891926. OLE color: 2891926.
HSL color Cylindrical-coordinate representation of color #96202C: hue angle of 353.9º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96202C is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 44 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.41 |
| HSL | 353.9º | 0.65% | 0.36% | - |
| HSV(B) | 353.9º | 0.79% | 0.59% | - |
| XYZ | 13.55 | 7.7 | 3.15 | - |
| YUV | 68.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 44 | 0 | 0.79 | 0.71 | 0.41 | 353.9 | 0.65 | 0.36 |
| Hex | 96 | 20 | 2C | 0 | 4F | 47 | 29 | 162 | 41 | 24 |
| Octal | 226 | 40 | 54 | 0 | 117 | 107 | 51 | 542 | 101 | 44 |
| Binary | 10010110 | 100000 | 101100 | 0 | 1001111 | 1000111 | 101001 | 101100010 | 1000001 | 100100 |
Color Harmonies of #96202C
Complementary color
Monochromatic Colors of #96202C
Black with #96202C
Text Example
Text Example
White with #96202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96202C; }
p { color: rgb(150,32,44); }
H1.HeaderClassName
{
color: #96202C;
}
.AnyTagClassName
{
color: #96202C;
}
</style>
background-color css
<style>
a { background-color: #96202C; }
a { background-color: rgb(150,32,44); }
div.DivClassName
{
background-color: #96202C;
}
.BgClassName
{
background-color: #96202C;
}
</style>
border-color css
<style>
span { border-color: #96202C; }
span { border-color: rgb(150,32,44); }
td.TdClassName
{
border-color: #96202C;
}
.TagClassName
{
border-color: #96202C;
}
</style>