Shades of Bright Red #962B32
Tints of Bright Red #962B32
RGB
CMYK
RGB Variations
Color information
#962B32 (or 0x962B32) is known color: Bright Red. HEX triplet: 96, 2B and 32. RGB value is (150,43,50). Sum of RGB (Red+Green+Blue) = 150+43+50=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #962B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962B32 is #69D4CD. Grayscale: #4B4B4B. Windows color (decimal): -6935758 or 3287958. OLE color: 3287958.
HSL color Cylindrical-coordinate representation of color #962B32: hue angle of 356.07º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962B32 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 43 | 50 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.41 |
| HSL | 356.07º | 0.55% | 0.38% | - |
| HSV(B) | 356.07º | 0.71% | 0.59% | - |
| XYZ | 14.02 | 8.44 | 3.91 | - |
| YUV | 75.79 | 113.45 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 50 | 0 | 0.71 | 0.67 | 0.41 | 356.07 | 0.55 | 0.38 |
| Hex | 96 | 2B | 32 | 0 | 47 | 43 | 29 | 164 | 37 | 26 |
| Octal | 226 | 53 | 62 | 0 | 107 | 103 | 51 | 544 | 67 | 46 |
| Binary | 10010110 | 101011 | 110010 | 0 | 1000111 | 1000011 | 101001 | 101100100 | 110111 | 100110 |
Color Harmonies of #962B32
Complementary color
Monochromatic Colors of #962B32
Black with #962B32
Text Example
Text Example
White with #962B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962B32; }
p { color: rgb(150,43,50); }
H1.HeaderClassName
{
color: #962B32;
}
.AnyTagClassName
{
color: #962B32;
}
</style>
background-color css
<style>
a { background-color: #962B32; }
a { background-color: rgb(150,43,50); }
div.DivClassName
{
background-color: #962B32;
}
.BgClassName
{
background-color: #962B32;
}
</style>
border-color css
<style>
span { border-color: #962B32; }
span { border-color: rgb(150,43,50); }
td.TdClassName
{
border-color: #962B32;
}
.TagClassName
{
border-color: #962B32;
}
</style>