Shades of Bright Red #962A3F
Tints of Bright Red #962A3F
RGB
CMYK
RGB Variations
Color information
#962A3F (or 0x962A3F) is known color: Bright Red. HEX triplet: 96, 2A and 3F. RGB value is (150,42,63). Sum of RGB (Red+Green+Blue) = 150+42+63=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #962A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962A3F is #69D5C0. Grayscale: #4C4C4C. Windows color (decimal): -6936001 or 4139670. OLE color: 4139670.
HSL color Cylindrical-coordinate representation of color #962A3F: hue angle of 348.33º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #962A3F is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 42 | 63 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.41 |
| HSL | 348.33º | 0.56% | 0.38% | - |
| HSV(B) | 348.33º | 0.72% | 0.59% | - |
| XYZ | 14.3 | 8.5 | 5.59 | - |
| YUV | 76.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 63 | 0 | 0.72 | 0.58 | 0.41 | 348.33 | 0.56 | 0.38 |
| Hex | 96 | 2A | 3F | 0 | 48 | 3A | 29 | 15C | 38 | 26 |
| Octal | 226 | 52 | 77 | 0 | 110 | 72 | 51 | 534 | 70 | 46 |
| Binary | 10010110 | 101010 | 111111 | 0 | 1001000 | 111010 | 101001 | 101011100 | 111000 | 100110 |
Color Harmonies of #962A3F
Complementary color
Monochromatic Colors of #962A3F
Black with #962A3F
Text Example
Text Example
White with #962A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962A3F; }
p { color: rgb(150,42,63); }
H1.HeaderClassName
{
color: #962A3F;
}
.AnyTagClassName
{
color: #962A3F;
}
</style>
background-color css
<style>
a { background-color: #962A3F; }
a { background-color: rgb(150,42,63); }
div.DivClassName
{
background-color: #962A3F;
}
.BgClassName
{
background-color: #962A3F;
}
</style>
border-color css
<style>
span { border-color: #962A3F; }
span { border-color: rgb(150,42,63); }
td.TdClassName
{
border-color: #962A3F;
}
.TagClassName
{
border-color: #962A3F;
}
</style>