Shades of Guardsman Red #983038
Tints of Guardsman Red #983038
RGB
CMYK
RGB Variations
Color information
#983038 (or 0x983038) is known color: Guardsman Red. HEX triplet: 98, 30 and 38. RGB value is (152,48,56). Sum of RGB (Red+Green+Blue) = 152+48+56=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #983038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983038 is #67CFC7. Grayscale: #505050. Windows color (decimal): -6803400 or 3682456. OLE color: 3682456.
HSL color Cylindrical-coordinate representation of color #983038: hue angle of 355.38º 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 #983038 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 56 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.40 |
| HSL | 355.38º | 0.52% | 0.39% | - |
| HSV(B) | 355.38º | 0.68% | 0.6% | - |
| XYZ | 14.72 | 9.07 | 4.72 | - |
| YUV | 80.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 56 | 0 | 0.68 | 0.63 | 0.40 | 355.38 | 0.52 | 0.39 |
| Hex | 98 | 30 | 38 | 0 | 44 | 3F | 28 | 163 | 34 | 27 |
| Octal | 230 | 60 | 70 | 0 | 104 | 77 | 50 | 543 | 64 | 47 |
| Binary | 10011000 | 110000 | 111000 | 0 | 1000100 | 111111 | 101000 | 101100011 | 110100 | 100111 |
Color Harmonies of #983038
Complementary color
Monochromatic Colors of #983038
Black with #983038
Text Example
Text Example
White with #983038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983038; }
p { color: rgb(152,48,56); }
H1.HeaderClassName
{
color: #983038;
}
.AnyTagClassName
{
color: #983038;
}
</style>
background-color css
<style>
a { background-color: #983038; }
a { background-color: rgb(152,48,56); }
div.DivClassName
{
background-color: #983038;
}
.BgClassName
{
background-color: #983038;
}
</style>
border-color css
<style>
span { border-color: #983038; }
span { border-color: rgb(152,48,56); }
td.TdClassName
{
border-color: #983038;
}
.TagClassName
{
border-color: #983038;
}
</style>