Shades of Guardsman Red #982C34
Tints of Guardsman Red #982C34
RGB
CMYK
RGB Variations
Color information
#982C34 (or 0x982C34) is known color: Guardsman Red. HEX triplet: 98, 2C and 34. RGB value is (152,44,52). Sum of RGB (Red+Green+Blue) = 152+44+52=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #982C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C34 is #67D3CB. Grayscale: #4D4D4D. Windows color (decimal): -6804428 or 3419288. OLE color: 3419288.
HSL color Cylindrical-coordinate representation of color #982C34: hue angle of 355.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C34 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 52 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.40 |
| HSL | 355.56º | 0.55% | 0.38% | - |
| HSV(B) | 355.56º | 0.71% | 0.6% | - |
| XYZ | 14.47 | 8.72 | 4.17 | - |
| YUV | 77.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 52 | 0 | 0.71 | 0.66 | 0.40 | 355.56 | 0.55 | 0.38 |
| Hex | 98 | 2C | 34 | 0 | 47 | 42 | 28 | 164 | 37 | 26 |
| Octal | 230 | 54 | 64 | 0 | 107 | 102 | 50 | 544 | 67 | 46 |
| Binary | 10011000 | 101100 | 110100 | 0 | 1000111 | 1000010 | 101000 | 101100100 | 110111 | 100110 |
Color Harmonies of #982C34
Complementary color
Monochromatic Colors of #982C34
Black with #982C34
Text Example
Text Example
White with #982C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C34; }
p { color: rgb(152,44,52); }
H1.HeaderClassName
{
color: #982C34;
}
.AnyTagClassName
{
color: #982C34;
}
</style>
background-color css
<style>
a { background-color: #982C34; }
a { background-color: rgb(152,44,52); }
div.DivClassName
{
background-color: #982C34;
}
.BgClassName
{
background-color: #982C34;
}
</style>
border-color css
<style>
span { border-color: #982C34; }
span { border-color: rgb(152,44,52); }
td.TdClassName
{
border-color: #982C34;
}
.TagClassName
{
border-color: #982C34;
}
</style>