Shades of Guardsman Red #993235
Tints of Guardsman Red #993235
RGB
CMYK
RGB Variations
Color information
#993235 (or 0x993235) is known color: Guardsman Red. HEX triplet: 99, 32 and 35. RGB value is (153,50,53). Sum of RGB (Red+Green+Blue) = 153+50+53=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #993235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993235 is #66CDCA. Grayscale: #515151. Windows color (decimal): -6737355 or 3486361. OLE color: 3486361.
HSL color Cylindrical-coordinate representation of color #993235: hue angle of 358.25º degrees, saturation: 0.51, 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 #993235 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 53 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.4 |
| HSL | 358.25º | 0.51% | 0.4% | - |
| HSV(B) | 358.25º | 0.67% | 0.6% | - |
| XYZ | 14.92 | 9.31 | 4.38 | - |
| YUV | 81.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 53 | 0 | 0.67 | 0.65 | 0.4 | 358.25 | 0.51 | 0.4 |
| Hex | 99 | 32 | 35 | 0 | 43 | 41 | 28 | 166 | 33 | 28 |
| Octal | 231 | 62 | 65 | 0 | 103 | 101 | 50 | 546 | 63 | 50 |
| Binary | 10011001 | 110010 | 110101 | 0 | 1000011 | 1000001 | 101000 | 101100110 | 110011 | 101000 |
Color Harmonies of #993235
Complementary color
Monochromatic Colors of #993235
Black with #993235
Text Example
Text Example
White with #993235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993235; }
p { color: rgb(153,50,53); }
H1.HeaderClassName
{
color: #993235;
}
.AnyTagClassName
{
color: #993235;
}
</style>
background-color css
<style>
a { background-color: #993235; }
a { background-color: rgb(153,50,53); }
div.DivClassName
{
background-color: #993235;
}
.BgClassName
{
background-color: #993235;
}
</style>
border-color css
<style>
span { border-color: #993235; }
span { border-color: rgb(153,50,53); }
td.TdClassName
{
border-color: #993235;
}
.TagClassName
{
border-color: #993235;
}
</style>