Shades of Guardsman Red #983537
Tints of Guardsman Red #983537
RGB
CMYK
RGB Variations
Color information
#983537 (or 0x983537) is known color: Guardsman Red. HEX triplet: 98, 35 and 37. RGB value is (152,53,55). Sum of RGB (Red+Green+Blue) = 152+53+55=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #983537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983537 is #67CAC8. Grayscale: #525252. Windows color (decimal): -6802121 or 3618200. OLE color: 3618200.
HSL color Cylindrical-coordinate representation of color #983537: hue angle of 358.79º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #983537 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 55 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.40 |
| HSL | 358.79º | 0.48% | 0.4% | - |
| HSV(B) | 358.79º | 0.65% | 0.6% | - |
| XYZ | 14.91 | 9.5 | 4.66 | - |
| YUV | 82.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 55 | 0 | 0.65 | 0.64 | 0.40 | 358.79 | 0.48 | 0.4 |
| Hex | 98 | 35 | 37 | 0 | 41 | 40 | 28 | 167 | 30 | 28 |
| Octal | 230 | 65 | 67 | 0 | 101 | 100 | 50 | 547 | 60 | 50 |
| Binary | 10011000 | 110101 | 110111 | 0 | 1000001 | 1000000 | 101000 | 101100111 | 110000 | 101000 |
Color Harmonies of #983537
Complementary color
Monochromatic Colors of #983537
Black with #983537
Text Example
Text Example
White with #983537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983537; }
p { color: rgb(152,53,55); }
H1.HeaderClassName
{
color: #983537;
}
.AnyTagClassName
{
color: #983537;
}
</style>
background-color css
<style>
a { background-color: #983537; }
a { background-color: rgb(152,53,55); }
div.DivClassName
{
background-color: #983537;
}
.BgClassName
{
background-color: #983537;
}
</style>
border-color css
<style>
span { border-color: #983537; }
span { border-color: rgb(152,53,55); }
td.TdClassName
{
border-color: #983537;
}
.TagClassName
{
border-color: #983537;
}
</style>