Shades of Bright Red #96202B
Tints of Bright Red #96202B
RGB
CMYK
RGB Variations
Color information
#96202B (or 0x96202B) is known color: Bright Red. HEX triplet: 96, 20 and 2B. RGB value is (150,32,43). Sum of RGB (Red+Green+Blue) = 150+32+43=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #96202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96202B is #69DFD4. Grayscale: #444444. Windows color (decimal): -6938581 or 2826390. OLE color: 2826390.
HSL color Cylindrical-coordinate representation of color #96202B: hue angle of 354.41º 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 #96202B is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 43 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.41 |
| HSL | 354.41º | 0.65% | 0.36% | - |
| HSV(B) | 354.41º | 0.79% | 0.59% | - |
| XYZ | 13.53 | 7.69 | 3.06 | - |
| YUV | 68.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 43 | 0 | 0.79 | 0.71 | 0.41 | 354.41 | 0.65 | 0.36 |
| Hex | 96 | 20 | 2B | 0 | 4F | 47 | 29 | 162 | 41 | 24 |
| Octal | 226 | 40 | 53 | 0 | 117 | 107 | 51 | 542 | 101 | 44 |
| Binary | 10010110 | 100000 | 101011 | 0 | 1001111 | 1000111 | 101001 | 101100010 | 1000001 | 100100 |
Color Harmonies of #96202B
Complementary color
Monochromatic Colors of #96202B
Black with #96202B
Text Example
Text Example
White with #96202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96202B; }
p { color: rgb(150,32,43); }
H1.HeaderClassName
{
color: #96202B;
}
.AnyTagClassName
{
color: #96202B;
}
</style>
background-color css
<style>
a { background-color: #96202B; }
a { background-color: rgb(150,32,43); }
div.DivClassName
{
background-color: #96202B;
}
.BgClassName
{
background-color: #96202B;
}
</style>
border-color css
<style>
span { border-color: #96202B; }
span { border-color: rgb(150,32,43); }
td.TdClassName
{
border-color: #96202B;
}
.TagClassName
{
border-color: #96202B;
}
</style>