Shades of Guardsman Red #982A30
Tints of Guardsman Red #982A30
RGB
CMYK
RGB Variations
Color information
#982A30 (or 0x982A30) is known color: Guardsman Red. HEX triplet: 98, 2A and 30. RGB value is (152,42,48). Sum of RGB (Red+Green+Blue) = 152+42+48=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #982A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982A30 is #67D5CF. Grayscale: #4B4B4B. Windows color (decimal): -6804944 or 3156632. OLE color: 3156632.
HSL color Cylindrical-coordinate representation of color #982A30: hue angle of 356.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982A30 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 42 | 48 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.40 |
| HSL | 356.73º | 0.57% | 0.38% | - |
| HSV(B) | 356.73º | 0.72% | 0.6% | - |
| XYZ | 14.31 | 8.54 | 3.69 | - |
| YUV | 75.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 48 | 0 | 0.72 | 0.68 | 0.40 | 356.73 | 0.57 | 0.38 |
| Hex | 98 | 2A | 30 | 0 | 48 | 44 | 28 | 165 | 39 | 26 |
| Octal | 230 | 52 | 60 | 0 | 110 | 104 | 50 | 545 | 71 | 46 |
| Binary | 10011000 | 101010 | 110000 | 0 | 1001000 | 1000100 | 101000 | 101100101 | 111001 | 100110 |
Color Harmonies of #982A30
Complementary color
Monochromatic Colors of #982A30
Black with #982A30
Text Example
Text Example
White with #982A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982A30; }
p { color: rgb(152,42,48); }
H1.HeaderClassName
{
color: #982A30;
}
.AnyTagClassName
{
color: #982A30;
}
</style>
background-color css
<style>
a { background-color: #982A30; }
a { background-color: rgb(152,42,48); }
div.DivClassName
{
background-color: #982A30;
}
.BgClassName
{
background-color: #982A30;
}
</style>
border-color css
<style>
span { border-color: #982A30; }
span { border-color: rgb(152,42,48); }
td.TdClassName
{
border-color: #982A30;
}
.TagClassName
{
border-color: #982A30;
}
</style>