Shades of Bright Red #962432
Tints of Bright Red #962432
RGB
CMYK
RGB Variations
Color information
#962432 (or 0x962432) is known color: Bright Red. HEX triplet: 96, 24 and 32. RGB value is (150,36,50). Sum of RGB (Red+Green+Blue) = 150+36+50=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #962432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962432 is #69DBCD. Grayscale: #474747. Windows color (decimal): -6937550 or 3286166. OLE color: 3286166.
HSL color Cylindrical-coordinate representation of color #962432: hue angle of 352.63º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962432 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 50 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.41 |
| HSL | 352.63º | 0.61% | 0.36% | - |
| HSV(B) | 352.63º | 0.76% | 0.59% | - |
| XYZ | 13.78 | 7.98 | 3.83 | - |
| YUV | 71.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 50 | 0 | 0.76 | 0.67 | 0.41 | 352.63 | 0.61 | 0.36 |
| Hex | 96 | 24 | 32 | 0 | 4C | 43 | 29 | 161 | 3D | 24 |
| Octal | 226 | 44 | 62 | 0 | 114 | 103 | 51 | 541 | 75 | 44 |
| Binary | 10010110 | 100100 | 110010 | 0 | 1001100 | 1000011 | 101001 | 101100001 | 111101 | 100100 |
Color Harmonies of #962432
Complementary color
Monochromatic Colors of #962432
Black with #962432
Text Example
Text Example
White with #962432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962432; }
p { color: rgb(150,36,50); }
H1.HeaderClassName
{
color: #962432;
}
.AnyTagClassName
{
color: #962432;
}
</style>
background-color css
<style>
a { background-color: #962432; }
a { background-color: rgb(150,36,50); }
div.DivClassName
{
background-color: #962432;
}
.BgClassName
{
background-color: #962432;
}
</style>
border-color css
<style>
span { border-color: #962432; }
span { border-color: rgb(150,36,50); }
td.TdClassName
{
border-color: #962432;
}
.TagClassName
{
border-color: #962432;
}
</style>