Shades of Guardsman Red #982C2F
Tints of Guardsman Red #982C2F
RGB
CMYK
RGB Variations
Color information
#982C2F (or 0x982C2F) is known color: Guardsman Red. HEX triplet: 98, 2C and 2F. RGB value is (152,44,47). Sum of RGB (Red+Green+Blue) = 152+44+47=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #982C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C2F is #67D3D0. Grayscale: #4C4C4C. Windows color (decimal): -6804433 or 3091608. OLE color: 3091608.
HSL color Cylindrical-coordinate representation of color #982C2F: hue angle of 358.33º 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 #982C2F is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 47 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.40 |
| HSL | 358.33º | 0.55% | 0.38% | - |
| HSV(B) | 358.33º | 0.71% | 0.6% | - |
| XYZ | 14.36 | 8.68 | 3.61 | - |
| YUV | 76.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 47 | 0 | 0.71 | 0.69 | 0.40 | 358.33 | 0.55 | 0.38 |
| Hex | 98 | 2C | 2F | 0 | 47 | 45 | 28 | 166 | 37 | 26 |
| Octal | 230 | 54 | 57 | 0 | 107 | 105 | 50 | 546 | 67 | 46 |
| Binary | 10011000 | 101100 | 101111 | 0 | 1000111 | 1000101 | 101000 | 101100110 | 110111 | 100110 |
Color Harmonies of #982C2F
Complementary color
Monochromatic Colors of #982C2F
Black with #982C2F
Text Example
Text Example
White with #982C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C2F; }
p { color: rgb(152,44,47); }
H1.HeaderClassName
{
color: #982C2F;
}
.AnyTagClassName
{
color: #982C2F;
}
</style>
background-color css
<style>
a { background-color: #982C2F; }
a { background-color: rgb(152,44,47); }
div.DivClassName
{
background-color: #982C2F;
}
.BgClassName
{
background-color: #982C2F;
}
</style>
border-color css
<style>
span { border-color: #982C2F; }
span { border-color: rgb(152,44,47); }
td.TdClassName
{
border-color: #982C2F;
}
.TagClassName
{
border-color: #982C2F;
}
</style>