Shades of Guardsman Red #9D323C
Tints of Guardsman Red #9D323C
RGB
CMYK
RGB Variations
Color information
#9D323C (or 0x9D323C) is known color: Guardsman Red. HEX triplet: 9D, 32 and 3C. RGB value is (157,50,60). Sum of RGB (Red+Green+Blue) = 157+50+60=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D323C is #62CDC3. Grayscale: #535353. Windows color (decimal): -6475204 or 3945117. OLE color: 3945117.
HSL color Cylindrical-coordinate representation of color #9D323C: hue angle of 354.39º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D323C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 60 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.38 |
| HSL | 354.39º | 0.52% | 0.41% | - |
| HSV(B) | 354.39º | 0.68% | 0.62% | - |
| XYZ | 15.86 | 9.78 | 5.33 | - |
| YUV | 83.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 60 | 0 | 0.68 | 0.62 | 0.38 | 354.39 | 0.52 | 0.41 |
| Hex | 9D | 32 | 3C | 0 | 44 | 3E | 26 | 162 | 34 | 29 |
| Octal | 235 | 62 | 74 | 0 | 104 | 76 | 46 | 542 | 64 | 51 |
| Binary | 10011101 | 110010 | 111100 | 0 | 1000100 | 111110 | 100110 | 101100010 | 110100 | 101001 |
Color Harmonies of #9D323C
Complementary color
Monochromatic Colors of #9D323C
Black with #9D323C
Text Example
Text Example
White with #9D323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D323C; }
p { color: rgb(157,50,60); }
H1.HeaderClassName
{
color: #9D323C;
}
.AnyTagClassName
{
color: #9D323C;
}
</style>
background-color css
<style>
a { background-color: #9D323C; }
a { background-color: rgb(157,50,60); }
div.DivClassName
{
background-color: #9D323C;
}
.BgClassName
{
background-color: #9D323C;
}
</style>
border-color css
<style>
span { border-color: #9D323C; }
span { border-color: rgb(157,50,60); }
td.TdClassName
{
border-color: #9D323C;
}
.TagClassName
{
border-color: #9D323C;
}
</style>