Shades of Guardsman Red #98323B
Tints of Guardsman Red #98323B
RGB
CMYK
RGB Variations
Color information
#98323B (or 0x98323B) is known color: Guardsman Red. HEX triplet: 98, 32 and 3B. RGB value is (152,50,59). Sum of RGB (Red+Green+Blue) = 152+50+59=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98323B is #67CDC4. Grayscale: #515151. Windows color (decimal): -6802885 or 3879576. OLE color: 3879576.
HSL color Cylindrical-coordinate representation of color #98323B: hue angle of 354.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98323B is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 59 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.40 |
| HSL | 354.71º | 0.5% | 0.4% | - |
| HSV(B) | 354.71º | 0.67% | 0.6% | - |
| XYZ | 14.88 | 9.27 | 5.14 | - |
| YUV | 81.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 59 | 0 | 0.67 | 0.61 | 0.40 | 354.71 | 0.5 | 0.4 |
| Hex | 98 | 32 | 3B | 0 | 43 | 3D | 28 | 163 | 32 | 28 |
| Octal | 230 | 62 | 73 | 0 | 103 | 75 | 50 | 543 | 62 | 50 |
| Binary | 10011000 | 110010 | 111011 | 0 | 1000011 | 111101 | 101000 | 101100011 | 110010 | 101000 |
Color Harmonies of #98323B
Complementary color
Monochromatic Colors of #98323B
Black with #98323B
Text Example
Text Example
White with #98323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98323B; }
p { color: rgb(152,50,59); }
H1.HeaderClassName
{
color: #98323B;
}
.AnyTagClassName
{
color: #98323B;
}
</style>
background-color css
<style>
a { background-color: #98323B; }
a { background-color: rgb(152,50,59); }
div.DivClassName
{
background-color: #98323B;
}
.BgClassName
{
background-color: #98323B;
}
</style>
border-color css
<style>
span { border-color: #98323B; }
span { border-color: rgb(152,50,59); }
td.TdClassName
{
border-color: #98323B;
}
.TagClassName
{
border-color: #98323B;
}
</style>