Shades of Guardsman Red #98303B
Tints of Guardsman Red #98303B
RGB
CMYK
RGB Variations
Color information
#98303B (or 0x98303B) is known color: Guardsman Red. HEX triplet: 98, 30 and 3B. RGB value is (152,48,59). Sum of RGB (Red+Green+Blue) = 152+48+59=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #98303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98303B is #67CFC4. Grayscale: #505050. Windows color (decimal): -6803397 or 3879064. OLE color: 3879064.
HSL color Cylindrical-coordinate representation of color #98303B: hue angle of 353.65º 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 #98303B is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 59 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.40 |
| HSL | 353.65º | 0.52% | 0.39% | - |
| HSV(B) | 353.65º | 0.68% | 0.6% | - |
| XYZ | 14.8 | 9.11 | 5.12 | - |
| YUV | 80.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 59 | 0 | 0.68 | 0.61 | 0.40 | 353.65 | 0.52 | 0.39 |
| Hex | 98 | 30 | 3B | 0 | 44 | 3D | 28 | 162 | 34 | 27 |
| Octal | 230 | 60 | 73 | 0 | 104 | 75 | 50 | 542 | 64 | 47 |
| Binary | 10011000 | 110000 | 111011 | 0 | 1000100 | 111101 | 101000 | 101100010 | 110100 | 100111 |
Color Harmonies of #98303B
Complementary color
Monochromatic Colors of #98303B
Black with #98303B
Text Example
Text Example
White with #98303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98303B; }
p { color: rgb(152,48,59); }
H1.HeaderClassName
{
color: #98303B;
}
.AnyTagClassName
{
color: #98303B;
}
</style>
background-color css
<style>
a { background-color: #98303B; }
a { background-color: rgb(152,48,59); }
div.DivClassName
{
background-color: #98303B;
}
.BgClassName
{
background-color: #98303B;
}
</style>
border-color css
<style>
span { border-color: #98303B; }
span { border-color: rgb(152,48,59); }
td.TdClassName
{
border-color: #98303B;
}
.TagClassName
{
border-color: #98303B;
}
</style>