Shades of Guardsman Red #963031
Tints of Guardsman Red #963031
RGB
CMYK
RGB Variations
Color information
#963031 (or 0x963031) is known color: Guardsman Red. HEX triplet: 96, 30 and 31. RGB value is (150,48,49). Sum of RGB (Red+Green+Blue) = 150+48+49=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #963031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963031 is #69CFCE. Grayscale: #4E4E4E. Windows color (decimal): -6934479 or 3223702. OLE color: 3223702.
HSL color Cylindrical-coordinate representation of color #963031: hue angle of 359.41º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963031 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 49 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.41 |
| HSL | 359.41º | 0.52% | 0.39% | - |
| HSV(B) | 359.41º | 0.68% | 0.59% | - |
| XYZ | 14.19 | 8.82 | 3.86 | - |
| YUV | 78.61 | 111.29 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 49 | 0 | 0.68 | 0.67 | 0.41 | 359.41 | 0.52 | 0.39 |
| Hex | 96 | 30 | 31 | 0 | 44 | 43 | 29 | 167 | 34 | 27 |
| Octal | 226 | 60 | 61 | 0 | 104 | 103 | 51 | 547 | 64 | 47 |
| Binary | 10010110 | 110000 | 110001 | 0 | 1000100 | 1000011 | 101001 | 101100111 | 110100 | 100111 |
Color Harmonies of #963031
Complementary color
Monochromatic Colors of #963031
Black with #963031
Text Example
Text Example
White with #963031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963031; }
p { color: rgb(150,48,49); }
H1.HeaderClassName
{
color: #963031;
}
.AnyTagClassName
{
color: #963031;
}
</style>
background-color css
<style>
a { background-color: #963031; }
a { background-color: rgb(150,48,49); }
div.DivClassName
{
background-color: #963031;
}
.BgClassName
{
background-color: #963031;
}
</style>
border-color css
<style>
span { border-color: #963031; }
span { border-color: rgb(150,48,49); }
td.TdClassName
{
border-color: #963031;
}
.TagClassName
{
border-color: #963031;
}
</style>