Shades of Guardsman Red #962D36
Tints of Guardsman Red #962D36
RGB
CMYK
RGB Variations
Color information
#962D36 (or 0x962D36) is known color: Guardsman Red. HEX triplet: 96, 2D and 36. RGB value is (150,45,54). Sum of RGB (Red+Green+Blue) = 150+45+54=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #962D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D36 is #69D2C9. Grayscale: #4D4D4D. Windows color (decimal): -6935242 or 3550614. OLE color: 3550614.
HSL color Cylindrical-coordinate representation of color #962D36: hue angle of 354.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D36 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 54 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.41 |
| HSL | 354.86º | 0.54% | 0.38% | - |
| HSV(B) | 354.86º | 0.7% | 0.59% | - |
| XYZ | 14.18 | 8.63 | 4.41 | - |
| YUV | 77.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 54 | 0 | 0.70 | 0.64 | 0.41 | 354.86 | 0.54 | 0.38 |
| Hex | 96 | 2D | 36 | 0 | 46 | 40 | 29 | 163 | 36 | 26 |
| Octal | 226 | 55 | 66 | 0 | 106 | 100 | 51 | 543 | 66 | 46 |
| Binary | 10010110 | 101101 | 110110 | 0 | 1000110 | 1000000 | 101001 | 101100011 | 110110 | 100110 |
Color Harmonies of #962D36
Complementary color
Monochromatic Colors of #962D36
Black with #962D36
Text Example
Text Example
White with #962D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D36; }
p { color: rgb(150,45,54); }
H1.HeaderClassName
{
color: #962D36;
}
.AnyTagClassName
{
color: #962D36;
}
</style>
background-color css
<style>
a { background-color: #962D36; }
a { background-color: rgb(150,45,54); }
div.DivClassName
{
background-color: #962D36;
}
.BgClassName
{
background-color: #962D36;
}
</style>
border-color css
<style>
span { border-color: #962D36; }
span { border-color: rgb(150,45,54); }
td.TdClassName
{
border-color: #962D36;
}
.TagClassName
{
border-color: #962D36;
}
</style>