Shades of Guardsman Red #9C323D
Tints of Guardsman Red #9C323D
RGB
CMYK
RGB Variations
Color information
#9C323D (or 0x9C323D) is known color: Guardsman Red. HEX triplet: 9C, 32 and 3D. RGB value is (156,50,61). Sum of RGB (Red+Green+Blue) = 156+50+61=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C323D is #63CDC2. Grayscale: #535353. Windows color (decimal): -6540739 or 4010652. OLE color: 4010652.
HSL color Cylindrical-coordinate representation of color #9C323D: hue angle of 353.77º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C323D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 50 | 61 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.39 |
| HSL | 353.77º | 0.51% | 0.4% | - |
| HSV(B) | 353.77º | 0.68% | 0.61% | - |
| XYZ | 15.69 | 9.69 | 5.46 | - |
| YUV | 82.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 61 | 0 | 0.68 | 0.61 | 0.39 | 353.77 | 0.51 | 0.4 |
| Hex | 9C | 32 | 3D | 0 | 44 | 3D | 27 | 162 | 33 | 28 |
| Octal | 234 | 62 | 75 | 0 | 104 | 75 | 47 | 542 | 63 | 50 |
| Binary | 10011100 | 110010 | 111101 | 0 | 1000100 | 111101 | 100111 | 101100010 | 110011 | 101000 |
Color Harmonies of #9C323D
Complementary color
Monochromatic Colors of #9C323D
Black with #9C323D
Text Example
Text Example
White with #9C323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C323D; }
p { color: rgb(156,50,61); }
H1.HeaderClassName
{
color: #9C323D;
}
.AnyTagClassName
{
color: #9C323D;
}
</style>
background-color css
<style>
a { background-color: #9C323D; }
a { background-color: rgb(156,50,61); }
div.DivClassName
{
background-color: #9C323D;
}
.BgClassName
{
background-color: #9C323D;
}
</style>
border-color css
<style>
span { border-color: #9C323D; }
span { border-color: rgb(156,50,61); }
td.TdClassName
{
border-color: #9C323D;
}
.TagClassName
{
border-color: #9C323D;
}
</style>