Shades of Guardsman Red #982F32
Tints of Guardsman Red #982F32
RGB
CMYK
RGB Variations
Color information
#982F32 (or 0x982F32) is known color: Guardsman Red. HEX triplet: 98, 2F and 32. RGB value is (152,47,50). Sum of RGB (Red+Green+Blue) = 152+47+50=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #982F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F32 is #67D0CD. Grayscale: #4E4E4E. Windows color (decimal): -6803662 or 3288984. OLE color: 3288984.
HSL color Cylindrical-coordinate representation of color #982F32: hue angle of 358.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F32 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 50 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.40 |
| HSL | 358.29º | 0.53% | 0.39% | - |
| HSV(B) | 358.29º | 0.69% | 0.6% | - |
| XYZ | 14.54 | 8.94 | 3.98 | - |
| YUV | 78.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 50 | 0 | 0.69 | 0.67 | 0.40 | 358.29 | 0.53 | 0.39 |
| Hex | 98 | 2F | 32 | 0 | 45 | 43 | 28 | 166 | 35 | 27 |
| Octal | 230 | 57 | 62 | 0 | 105 | 103 | 50 | 546 | 65 | 47 |
| Binary | 10011000 | 101111 | 110010 | 0 | 1000101 | 1000011 | 101000 | 101100110 | 110101 | 100111 |
Color Harmonies of #982F32
Complementary color
Monochromatic Colors of #982F32
Black with #982F32
Text Example
Text Example
White with #982F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F32; }
p { color: rgb(152,47,50); }
H1.HeaderClassName
{
color: #982F32;
}
.AnyTagClassName
{
color: #982F32;
}
</style>
background-color css
<style>
a { background-color: #982F32; }
a { background-color: rgb(152,47,50); }
div.DivClassName
{
background-color: #982F32;
}
.BgClassName
{
background-color: #982F32;
}
</style>
border-color css
<style>
span { border-color: #982F32; }
span { border-color: rgb(152,47,50); }
td.TdClassName
{
border-color: #982F32;
}
.TagClassName
{
border-color: #982F32;
}
</style>