Shades of Guardsman Red #98313B
Tints of Guardsman Red #98313B
RGB
CMYK
RGB Variations
Color information
#98313B (or 0x98313B) is known color: Guardsman Red. HEX triplet: 98, 31 and 3B. RGB value is (152,49,59). Sum of RGB (Red+Green+Blue) = 152+49+59=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #98313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98313B is #67CEC4. Grayscale: #515151. Windows color (decimal): -6803141 or 3879320. OLE color: 3879320.
HSL color Cylindrical-coordinate representation of color #98313B: hue angle of 354.17º degrees, saturation: 0.51, 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 #98313B is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 59 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.40 |
| HSL | 354.17º | 0.51% | 0.39% | - |
| HSV(B) | 354.17º | 0.68% | 0.6% | - |
| XYZ | 14.84 | 9.19 | 5.13 | - |
| YUV | 80.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 59 | 0 | 0.68 | 0.61 | 0.40 | 354.17 | 0.51 | 0.39 |
| Hex | 98 | 31 | 3B | 0 | 44 | 3D | 28 | 162 | 33 | 27 |
| Octal | 230 | 61 | 73 | 0 | 104 | 75 | 50 | 542 | 63 | 47 |
| Binary | 10011000 | 110001 | 111011 | 0 | 1000100 | 111101 | 101000 | 101100010 | 110011 | 100111 |
Color Harmonies of #98313B
Complementary color
Monochromatic Colors of #98313B
Black with #98313B
Text Example
Text Example
White with #98313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98313B; }
p { color: rgb(152,49,59); }
H1.HeaderClassName
{
color: #98313B;
}
.AnyTagClassName
{
color: #98313B;
}
</style>
background-color css
<style>
a { background-color: #98313B; }
a { background-color: rgb(152,49,59); }
div.DivClassName
{
background-color: #98313B;
}
.BgClassName
{
background-color: #98313B;
}
</style>
border-color css
<style>
span { border-color: #98313B; }
span { border-color: rgb(152,49,59); }
td.TdClassName
{
border-color: #98313B;
}
.TagClassName
{
border-color: #98313B;
}
</style>