Shades of Guardsman Red #9C3536
Tints of Guardsman Red #9C3536
RGB
CMYK
RGB Variations
Color information
#9C3536 (or 0x9C3536) is known color: Guardsman Red. HEX triplet: 9C, 35 and 36. RGB value is (156,53,54). Sum of RGB (Red+Green+Blue) = 156+53+54=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3536 is #63CAC9. Grayscale: #545454. Windows color (decimal): -6539978 or 3552668. OLE color: 3552668.
HSL color Cylindrical-coordinate representation of color #9C3536: hue angle of 359.42º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C3536 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 54 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.39 |
| HSL | 359.42º | 0.49% | 0.41% | - |
| HSV(B) | 359.42º | 0.66% | 0.61% | - |
| XYZ | 15.65 | 9.88 | 4.57 | - |
| YUV | 83.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 54 | 0 | 0.66 | 0.65 | 0.39 | 359.42 | 0.49 | 0.41 |
| Hex | 9C | 35 | 36 | 0 | 42 | 41 | 27 | 167 | 31 | 29 |
| Octal | 234 | 65 | 66 | 0 | 102 | 101 | 47 | 547 | 61 | 51 |
| Binary | 10011100 | 110101 | 110110 | 0 | 1000010 | 1000001 | 100111 | 101100111 | 110001 | 101001 |
Color Harmonies of #9C3536
Complementary color
Monochromatic Colors of #9C3536
Black with #9C3536
Text Example
Text Example
White with #9C3536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3536; }
p { color: rgb(156,53,54); }
H1.HeaderClassName
{
color: #9C3536;
}
.AnyTagClassName
{
color: #9C3536;
}
</style>
background-color css
<style>
a { background-color: #9C3536; }
a { background-color: rgb(156,53,54); }
div.DivClassName
{
background-color: #9C3536;
}
.BgClassName
{
background-color: #9C3536;
}
</style>
border-color css
<style>
span { border-color: #9C3536; }
span { border-color: rgb(156,53,54); }
td.TdClassName
{
border-color: #9C3536;
}
.TagClassName
{
border-color: #9C3536;
}
</style>