Shades of Guardsman Red #962829
Tints of Guardsman Red #962829
RGB
CMYK
RGB Variations
Color information
#962829 (or 0x962829) is known color: Guardsman Red. HEX triplet: 96, 28 and 29. RGB value is (150,40,41). Sum of RGB (Red+Green+Blue) = 150+40+41=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #962829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962829 is #69D7D6. Grayscale: #494949. Windows color (decimal): -6936535 or 2697366. OLE color: 2697366.
HSL color Cylindrical-coordinate representation of color #962829: hue angle of 359.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962829 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 41 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.41 |
| HSL | 359.45º | 0.58% | 0.37% | - |
| HSV(B) | 359.45º | 0.73% | 0.59% | - |
| XYZ | 13.74 | 8.16 | 2.95 | - |
| YUV | 73 | 109.94 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 41 | 0 | 0.73 | 0.73 | 0.41 | 359.45 | 0.58 | 0.37 |
| Hex | 96 | 28 | 29 | 0 | 49 | 49 | 29 | 167 | 3A | 25 |
| Octal | 226 | 50 | 51 | 0 | 111 | 111 | 51 | 547 | 72 | 45 |
| Binary | 10010110 | 101000 | 101001 | 0 | 1001001 | 1001001 | 101001 | 101100111 | 111010 | 100101 |
Color Harmonies of #962829
Complementary color
Monochromatic Colors of #962829
Black with #962829
Text Example
Text Example
White with #962829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962829; }
p { color: rgb(150,40,41); }
H1.HeaderClassName
{
color: #962829;
}
.AnyTagClassName
{
color: #962829;
}
</style>
background-color css
<style>
a { background-color: #962829; }
a { background-color: rgb(150,40,41); }
div.DivClassName
{
background-color: #962829;
}
.BgClassName
{
background-color: #962829;
}
</style>
border-color css
<style>
span { border-color: #962829; }
span { border-color: rgb(150,40,41); }
td.TdClassName
{
border-color: #962829;
}
.TagClassName
{
border-color: #962829;
}
</style>