Shades of Guardsman Red #993133
Tints of Guardsman Red #993133
RGB
CMYK
RGB Variations
Color information
#993133 (or 0x993133) is known color: Guardsman Red. HEX triplet: 99, 31 and 33. RGB value is (153,49,51). Sum of RGB (Red+Green+Blue) = 153+49+51=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #993133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993133 is #66CECC. Grayscale: #505050. Windows color (decimal): -6737613 or 3355033. OLE color: 3355033.
HSL color Cylindrical-coordinate representation of color #993133: hue angle of 358.85º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993133 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 51 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.4 |
| HSL | 358.85º | 0.51% | 0.4% | - |
| HSV(B) | 358.85º | 0.68% | 0.6% | - |
| XYZ | 14.83 | 9.21 | 4.13 | - |
| YUV | 80.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 51 | 0 | 0.68 | 0.67 | 0.4 | 358.85 | 0.51 | 0.4 |
| Hex | 99 | 31 | 33 | 0 | 44 | 43 | 28 | 167 | 33 | 28 |
| Octal | 231 | 61 | 63 | 0 | 104 | 103 | 50 | 547 | 63 | 50 |
| Binary | 10011001 | 110001 | 110011 | 0 | 1000100 | 1000011 | 101000 | 101100111 | 110011 | 101000 |
Color Harmonies of #993133
Complementary color
Monochromatic Colors of #993133
Black with #993133
Text Example
Text Example
White with #993133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993133; }
p { color: rgb(153,49,51); }
H1.HeaderClassName
{
color: #993133;
}
.AnyTagClassName
{
color: #993133;
}
</style>
background-color css
<style>
a { background-color: #993133; }
a { background-color: rgb(153,49,51); }
div.DivClassName
{
background-color: #993133;
}
.BgClassName
{
background-color: #993133;
}
</style>
border-color css
<style>
span { border-color: #993133; }
span { border-color: rgb(153,49,51); }
td.TdClassName
{
border-color: #993133;
}
.TagClassName
{
border-color: #993133;
}
</style>