Shades of Guardsman Red #9D2C38
Tints of Guardsman Red #9D2C38
RGB
CMYK
RGB Variations
Color information
#9D2C38 (or 0x9D2C38) is known color: Guardsman Red. HEX triplet: 9D, 2C and 38. RGB value is (157,44,56). Sum of RGB (Red+Green+Blue) = 157+44+56=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2C38 is #62D3C7. Grayscale: #4F4F4F. Windows color (decimal): -6476744 or 3681437. OLE color: 3681437.
HSL color Cylindrical-coordinate representation of color #9D2C38: hue angle of 353.63º 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 #9D2C38 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 56 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.38 |
| HSL | 353.63º | 0.56% | 0.39% | - |
| HSV(B) | 353.63º | 0.72% | 0.62% | - |
| XYZ | 15.52 | 9.25 | 4.71 | - |
| YUV | 79.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 56 | 0 | 0.72 | 0.64 | 0.38 | 353.63 | 0.56 | 0.39 |
| Hex | 9D | 2C | 38 | 0 | 48 | 40 | 26 | 162 | 38 | 27 |
| Octal | 235 | 54 | 70 | 0 | 110 | 100 | 46 | 542 | 70 | 47 |
| Binary | 10011101 | 101100 | 111000 | 0 | 1001000 | 1000000 | 100110 | 101100010 | 111000 | 100111 |
Color Harmonies of #9D2C38
Complementary color
Monochromatic Colors of #9D2C38
Black with #9D2C38
Text Example
Text Example
White with #9D2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C38; }
p { color: rgb(157,44,56); }
H1.HeaderClassName
{
color: #9D2C38;
}
.AnyTagClassName
{
color: #9D2C38;
}
</style>
background-color css
<style>
a { background-color: #9D2C38; }
a { background-color: rgb(157,44,56); }
div.DivClassName
{
background-color: #9D2C38;
}
.BgClassName
{
background-color: #9D2C38;
}
</style>
border-color css
<style>
span { border-color: #9D2C38; }
span { border-color: rgb(157,44,56); }
td.TdClassName
{
border-color: #9D2C38;
}
.TagClassName
{
border-color: #9D2C38;
}
</style>