Shades of Guardsman Red #962C33
Tints of Guardsman Red #962C33
RGB
CMYK
RGB Variations
Color information
#962C33 (or 0x962C33) is known color: Guardsman Red. HEX triplet: 96, 2C and 33. RGB value is (150,44,51). Sum of RGB (Red+Green+Blue) = 150+44+51=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #962C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C33 is #69D3CC. Grayscale: #4C4C4C. Windows color (decimal): -6935501 or 3353750. OLE color: 3353750.
HSL color Cylindrical-coordinate representation of color #962C33: hue angle of 356.04º 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 #962C33 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 51 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.41 |
| HSL | 356.04º | 0.55% | 0.38% | - |
| HSV(B) | 356.04º | 0.71% | 0.59% | - |
| XYZ | 14.08 | 8.52 | 4.04 | - |
| YUV | 76.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 51 | 0 | 0.71 | 0.66 | 0.41 | 356.04 | 0.55 | 0.38 |
| Hex | 96 | 2C | 33 | 0 | 47 | 42 | 29 | 164 | 37 | 26 |
| Octal | 226 | 54 | 63 | 0 | 107 | 102 | 51 | 544 | 67 | 46 |
| Binary | 10010110 | 101100 | 110011 | 0 | 1000111 | 1000010 | 101001 | 101100100 | 110111 | 100110 |
Color Harmonies of #962C33
Complementary color
Monochromatic Colors of #962C33
Black with #962C33
Text Example
Text Example
White with #962C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C33; }
p { color: rgb(150,44,51); }
H1.HeaderClassName
{
color: #962C33;
}
.AnyTagClassName
{
color: #962C33;
}
</style>
background-color css
<style>
a { background-color: #962C33; }
a { background-color: rgb(150,44,51); }
div.DivClassName
{
background-color: #962C33;
}
.BgClassName
{
background-color: #962C33;
}
</style>
border-color css
<style>
span { border-color: #962C33; }
span { border-color: rgb(150,44,51); }
td.TdClassName
{
border-color: #962C33;
}
.TagClassName
{
border-color: #962C33;
}
</style>