Shades of Guardsman Red #9C3136
Tints of Guardsman Red #9C3136
RGB
CMYK
RGB Variations
Color information
#9C3136 (or 0x9C3136) is known color: Guardsman Red. HEX triplet: 9C, 31 and 36. RGB value is (156,49,54). Sum of RGB (Red+Green+Blue) = 156+49+54=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3136 is #63CEC9. Grayscale: #515151. Windows color (decimal): -6541002 or 3551644. OLE color: 3551644.
HSL color Cylindrical-coordinate representation of color #9C3136: hue angle of 357.2º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3136 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 49 | 54 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.39 |
| HSL | 357.2º | 0.52% | 0.4% | - |
| HSV(B) | 357.2º | 0.69% | 0.61% | - |
| XYZ | 15.47 | 9.53 | 4.51 | - |
| YUV | 81.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 49 | 54 | 0 | 0.69 | 0.65 | 0.39 | 357.2 | 0.52 | 0.4 |
| Hex | 9C | 31 | 36 | 0 | 45 | 41 | 27 | 165 | 34 | 28 |
| Octal | 234 | 61 | 66 | 0 | 105 | 101 | 47 | 545 | 64 | 50 |
| Binary | 10011100 | 110001 | 110110 | 0 | 1000101 | 1000001 | 100111 | 101100101 | 110100 | 101000 |
Color Harmonies of #9C3136
Complementary color
Monochromatic Colors of #9C3136
Black with #9C3136
Text Example
Text Example
White with #9C3136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3136; }
p { color: rgb(156,49,54); }
H1.HeaderClassName
{
color: #9C3136;
}
.AnyTagClassName
{
color: #9C3136;
}
</style>
background-color css
<style>
a { background-color: #9C3136; }
a { background-color: rgb(156,49,54); }
div.DivClassName
{
background-color: #9C3136;
}
.BgClassName
{
background-color: #9C3136;
}
</style>
border-color css
<style>
span { border-color: #9C3136; }
span { border-color: rgb(156,49,54); }
td.TdClassName
{
border-color: #9C3136;
}
.TagClassName
{
border-color: #9C3136;
}
</style>