Shades of Guardsman Red #983032
Tints of Guardsman Red #983032
RGB
CMYK
RGB Variations
Color information
#983032 (or 0x983032) is known color: Guardsman Red. HEX triplet: 98, 30 and 32. RGB value is (152,48,50). Sum of RGB (Red+Green+Blue) = 152+48+50=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #983032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983032 is #67CFCD. Grayscale: #4F4F4F. Windows color (decimal): -6803406 or 3289240. OLE color: 3289240.
HSL color Cylindrical-coordinate representation of color #983032: hue angle of 358.85º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983032 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 50 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.40 |
| HSL | 358.85º | 0.52% | 0.39% | - |
| HSV(B) | 358.85º | 0.68% | 0.6% | - |
| XYZ | 14.58 | 9.02 | 3.99 | - |
| YUV | 79.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 50 | 0 | 0.68 | 0.67 | 0.40 | 358.85 | 0.52 | 0.39 |
| Hex | 98 | 30 | 32 | 0 | 44 | 43 | 28 | 167 | 34 | 27 |
| Octal | 230 | 60 | 62 | 0 | 104 | 103 | 50 | 547 | 64 | 47 |
| Binary | 10011000 | 110000 | 110010 | 0 | 1000100 | 1000011 | 101000 | 101100111 | 110100 | 100111 |
Color Harmonies of #983032
Complementary color
Monochromatic Colors of #983032
Black with #983032
Text Example
Text Example
White with #983032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983032; }
p { color: rgb(152,48,50); }
H1.HeaderClassName
{
color: #983032;
}
.AnyTagClassName
{
color: #983032;
}
</style>
background-color css
<style>
a { background-color: #983032; }
a { background-color: rgb(152,48,50); }
div.DivClassName
{
background-color: #983032;
}
.BgClassName
{
background-color: #983032;
}
</style>
border-color css
<style>
span { border-color: #983032; }
span { border-color: rgb(152,48,50); }
td.TdClassName
{
border-color: #983032;
}
.TagClassName
{
border-color: #983032;
}
</style>