Shades of Guardsman Red #9D2C31
Tints of Guardsman Red #9D2C31
RGB
CMYK
RGB Variations
Color information
#9D2C31 (or 0x9D2C31) is known color: Guardsman Red. HEX triplet: 9D, 2C and 31. RGB value is (157,44,49). Sum of RGB (Red+Green+Blue) = 157+44+49=250 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.8% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2C31 is #62D3CE. Grayscale: #4E4E4E. Windows color (decimal): -6476751 or 3222685. OLE color: 3222685.
HSL color Cylindrical-coordinate representation of color #9D2C31: hue angle of 357.35º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2C31 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 49 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.38 |
| HSL | 357.35º | 0.56% | 0.39% | - |
| HSV(B) | 357.35º | 0.72% | 0.62% | - |
| XYZ | 15.36 | 9.19 | 3.87 | - |
| YUV | 78.36 | 111.44 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 49 | 0 | 0.72 | 0.69 | 0.38 | 357.35 | 0.56 | 0.39 |
| Hex | 9D | 2C | 31 | 0 | 48 | 45 | 26 | 165 | 38 | 27 |
| Octal | 235 | 54 | 61 | 0 | 110 | 105 | 46 | 545 | 70 | 47 |
| Binary | 10011101 | 101100 | 110001 | 0 | 1001000 | 1000101 | 100110 | 101100101 | 111000 | 100111 |
Color Harmonies of #9D2C31
Complementary color
Monochromatic Colors of #9D2C31
Black with #9D2C31
Text Example
Text Example
White with #9D2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C31; }
p { color: rgb(157,44,49); }
H1.HeaderClassName
{
color: #9D2C31;
}
.AnyTagClassName
{
color: #9D2C31;
}
</style>
background-color css
<style>
a { background-color: #9D2C31; }
a { background-color: rgb(157,44,49); }
div.DivClassName
{
background-color: #9D2C31;
}
.BgClassName
{
background-color: #9D2C31;
}
</style>
border-color css
<style>
span { border-color: #9D2C31; }
span { border-color: rgb(157,44,49); }
td.TdClassName
{
border-color: #9D2C31;
}
.TagClassName
{
border-color: #9D2C31;
}
</style>