Shades of Guardsman Red #993037
Tints of Guardsman Red #993037
RGB
CMYK
RGB Variations
Color information
#993037 (or 0x993037) is known color: Guardsman Red. HEX triplet: 99, 30 and 37. RGB value is (153,48,55). Sum of RGB (Red+Green+Blue) = 153+48+55=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #993037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993037 is #66CFC8. Grayscale: #505050. Windows color (decimal): -6737865 or 3616921. OLE color: 3616921.
HSL color Cylindrical-coordinate representation of color #993037: hue angle of 356º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993037 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 48 | 55 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.4 |
| HSL | 356º | 0.52% | 0.39% | - |
| HSV(B) | 356º | 0.69% | 0.6% | - |
| XYZ | 14.88 | 9.16 | 4.6 | - |
| YUV | 80.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 48 | 55 | 0 | 0.69 | 0.64 | 0.4 | 356 | 0.52 | 0.39 |
| Hex | 99 | 30 | 37 | 0 | 45 | 40 | 28 | 164 | 34 | 27 |
| Octal | 231 | 60 | 67 | 0 | 105 | 100 | 50 | 544 | 64 | 47 |
| Binary | 10011001 | 110000 | 110111 | 0 | 1000101 | 1000000 | 101000 | 101100100 | 110100 | 100111 |
Color Harmonies of #993037
Complementary color
Monochromatic Colors of #993037
Black with #993037
Text Example
Text Example
White with #993037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993037; }
p { color: rgb(153,48,55); }
H1.HeaderClassName
{
color: #993037;
}
.AnyTagClassName
{
color: #993037;
}
</style>
background-color css
<style>
a { background-color: #993037; }
a { background-color: rgb(153,48,55); }
div.DivClassName
{
background-color: #993037;
}
.BgClassName
{
background-color: #993037;
}
</style>
border-color css
<style>
span { border-color: #993037; }
span { border-color: rgb(153,48,55); }
td.TdClassName
{
border-color: #993037;
}
.TagClassName
{
border-color: #993037;
}
</style>