Shades of Guardsman Red #962E32
Tints of Guardsman Red #962E32
RGB
CMYK
RGB Variations
Color information
#962E32 (or 0x962E32) is known color: Guardsman Red. HEX triplet: 96, 2E and 32. RGB value is (150,46,50). Sum of RGB (Red+Green+Blue) = 150+46+50=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #962E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E32 is #69D1CD. Grayscale: #4D4D4D. Windows color (decimal): -6934990 or 3288726. OLE color: 3288726.
HSL color Cylindrical-coordinate representation of color #962E32: hue angle of 357.69º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962E32 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 50 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.41 |
| HSL | 357.69º | 0.53% | 0.38% | - |
| HSV(B) | 357.69º | 0.69% | 0.59% | - |
| XYZ | 14.13 | 8.67 | 3.95 | - |
| YUV | 77.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 50 | 0 | 0.69 | 0.67 | 0.41 | 357.69 | 0.53 | 0.38 |
| Hex | 96 | 2E | 32 | 0 | 45 | 43 | 29 | 166 | 35 | 26 |
| Octal | 226 | 56 | 62 | 0 | 105 | 103 | 51 | 546 | 65 | 46 |
| Binary | 10010110 | 101110 | 110010 | 0 | 1000101 | 1000011 | 101001 | 101100110 | 110101 | 100110 |
Color Harmonies of #962E32
Complementary color
Monochromatic Colors of #962E32
Black with #962E32
Text Example
Text Example
White with #962E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E32; }
p { color: rgb(150,46,50); }
H1.HeaderClassName
{
color: #962E32;
}
.AnyTagClassName
{
color: #962E32;
}
</style>
background-color css
<style>
a { background-color: #962E32; }
a { background-color: rgb(150,46,50); }
div.DivClassName
{
background-color: #962E32;
}
.BgClassName
{
background-color: #962E32;
}
</style>
border-color css
<style>
span { border-color: #962E32; }
span { border-color: rgb(150,46,50); }
td.TdClassName
{
border-color: #962E32;
}
.TagClassName
{
border-color: #962E32;
}
</style>