Shades of Guardsman Red #962C34
Tints of Guardsman Red #962C34
RGB
CMYK
RGB Variations
Color information
#962C34 (or 0x962C34) is known color: Guardsman Red. HEX triplet: 96, 2C and 34. RGB value is (150,44,52). Sum of RGB (Red+Green+Blue) = 150+44+52=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #962C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C34 is #69D3CB. Grayscale: #4C4C4C. Windows color (decimal): -6935500 or 3419286. OLE color: 3419286.
HSL color Cylindrical-coordinate representation of color #962C34: hue angle of 355.47º 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 #962C34 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 52 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.41 |
| HSL | 355.47º | 0.55% | 0.38% | - |
| HSV(B) | 355.47º | 0.71% | 0.59% | - |
| XYZ | 14.1 | 8.53 | 4.15 | - |
| YUV | 76.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 52 | 0 | 0.71 | 0.65 | 0.41 | 355.47 | 0.55 | 0.38 |
| Hex | 96 | 2C | 34 | 0 | 47 | 41 | 29 | 163 | 37 | 26 |
| Octal | 226 | 54 | 64 | 0 | 107 | 101 | 51 | 543 | 67 | 46 |
| Binary | 10010110 | 101100 | 110100 | 0 | 1000111 | 1000001 | 101001 | 101100011 | 110111 | 100110 |
Color Harmonies of #962C34
Complementary color
Monochromatic Colors of #962C34
Black with #962C34
Text Example
Text Example
White with #962C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C34; }
p { color: rgb(150,44,52); }
H1.HeaderClassName
{
color: #962C34;
}
.AnyTagClassName
{
color: #962C34;
}
</style>
background-color css
<style>
a { background-color: #962C34; }
a { background-color: rgb(150,44,52); }
div.DivClassName
{
background-color: #962C34;
}
.BgClassName
{
background-color: #962C34;
}
</style>
border-color css
<style>
span { border-color: #962C34; }
span { border-color: rgb(150,44,52); }
td.TdClassName
{
border-color: #962C34;
}
.TagClassName
{
border-color: #962C34;
}
</style>