Shades of Bright Red #96123B
Tints of Bright Red #96123B
RGB
CMYK
RGB Variations
Color information
#96123B (or 0x96123B) is known color: Bright Red. HEX triplet: 96, 12 and 3B. RGB value is (150,18,59). Sum of RGB (Red+Green+Blue) = 150+18+59=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #96123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96123B is #69EDC4. Grayscale: #3E3E3E. Windows color (decimal): -6942149 or 3871382. OLE color: 3871382.
HSL color Cylindrical-coordinate representation of color #96123B: hue angle of 341.36º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96123B is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 59 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.41 |
| HSL | 341.36º | 0.79% | 0.33% | - |
| HSV(B) | 341.36º | 0.88% | 0.59% | - |
| XYZ | 13.58 | 7.23 | 4.82 | - |
| YUV | 62.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 59 | 0 | 0.88 | 0.61 | 0.41 | 341.36 | 0.79 | 0.33 |
| Hex | 96 | 12 | 3B | 0 | 58 | 3D | 29 | 155 | 4F | 21 |
| Octal | 226 | 22 | 73 | 0 | 130 | 75 | 51 | 525 | 117 | 41 |
| Binary | 10010110 | 10010 | 111011 | 0 | 1011000 | 111101 | 101001 | 101010101 | 1001111 | 100001 |
Color Harmonies of #96123B
Complementary color
Monochromatic Colors of #96123B
Black with #96123B
Text Example
Text Example
White with #96123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96123B; }
p { color: rgb(150,18,59); }
H1.HeaderClassName
{
color: #96123B;
}
.AnyTagClassName
{
color: #96123B;
}
</style>
background-color css
<style>
a { background-color: #96123B; }
a { background-color: rgb(150,18,59); }
div.DivClassName
{
background-color: #96123B;
}
.BgClassName
{
background-color: #96123B;
}
</style>
border-color css
<style>
span { border-color: #96123B; }
span { border-color: rgb(150,18,59); }
td.TdClassName
{
border-color: #96123B;
}
.TagClassName
{
border-color: #96123B;
}
</style>