Shades of Bright Red #96153C
Tints of Bright Red #96153C
RGB
CMYK
RGB Variations
Color information
#96153C (or 0x96153C) is known color: Bright Red. HEX triplet: 96, 15 and 3C. RGB value is (150,21,60). Sum of RGB (Red+Green+Blue) = 150+21+60=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96153C is #69EAC3. Grayscale: #3F3F3F. Windows color (decimal): -6941380 or 3937686. OLE color: 3937686.
HSL color Cylindrical-coordinate representation of color #96153C: hue angle of 341.86º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96153C is Cyan = 0, Magento = 0.86, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 21 | 60 | - |
| CMYK | 0 | 0.86 | 0.6 | 0.41 |
| HSL | 341.86º | 0.75% | 0.34% | - |
| HSV(B) | 341.86º | 0.86% | 0.59% | - |
| XYZ | 13.66 | 7.35 | 4.97 | - |
| YUV | 64.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 60 | 0 | 0.86 | 0.6 | 0.41 | 341.86 | 0.75 | 0.34 |
| Hex | 96 | 15 | 3C | 0 | 56 | 3C | 29 | 156 | 4B | 22 |
| Octal | 226 | 25 | 74 | 0 | 126 | 74 | 51 | 526 | 113 | 42 |
| Binary | 10010110 | 10101 | 111100 | 0 | 1010110 | 111100 | 101001 | 101010110 | 1001011 | 100010 |
Color Harmonies of #96153C
Complementary color
Monochromatic Colors of #96153C
Black with #96153C
Text Example
Text Example
White with #96153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96153C; }
p { color: rgb(150,21,60); }
H1.HeaderClassName
{
color: #96153C;
}
.AnyTagClassName
{
color: #96153C;
}
</style>
background-color css
<style>
a { background-color: #96153C; }
a { background-color: rgb(150,21,60); }
div.DivClassName
{
background-color: #96153C;
}
.BgClassName
{
background-color: #96153C;
}
</style>
border-color css
<style>
span { border-color: #96153C; }
span { border-color: rgb(150,21,60); }
td.TdClassName
{
border-color: #96153C;
}
.TagClassName
{
border-color: #96153C;
}
</style>