Shades of Guardsman Red #9D3040
Tints of Guardsman Red #9D3040
RGB
CMYK
RGB Variations
Color information
#9D3040 (or 0x9D3040) is known color: Guardsman Red. HEX triplet: 9D, 30 and 40. RGB value is (157,48,64). Sum of RGB (Red+Green+Blue) = 157+48+64=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3040 is #62CFBF. Grayscale: #525252. Windows color (decimal): -6475712 or 4206749. OLE color: 4206749.
HSL color Cylindrical-coordinate representation of color #9D3040: hue angle of 351.19º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D3040 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 64 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.38 |
| HSL | 351.19º | 0.53% | 0.4% | - |
| HSV(B) | 351.19º | 0.69% | 0.62% | - |
| XYZ | 15.89 | 9.65 | 5.88 | - |
| YUV | 82.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 64 | 0 | 0.69 | 0.59 | 0.38 | 351.19 | 0.53 | 0.4 |
| Hex | 9D | 30 | 40 | 0 | 45 | 3B | 26 | 15F | 35 | 28 |
| Octal | 235 | 60 | 100 | 0 | 105 | 73 | 46 | 537 | 65 | 50 |
| Binary | 10011101 | 110000 | 1000000 | 0 | 1000101 | 111011 | 100110 | 101011111 | 110101 | 101000 |
Color Harmonies of #9D3040
Complementary color
Monochromatic Colors of #9D3040
Black with #9D3040
Text Example
Text Example
White with #9D3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3040; }
p { color: rgb(157,48,64); }
H1.HeaderClassName
{
color: #9D3040;
}
.AnyTagClassName
{
color: #9D3040;
}
</style>
background-color css
<style>
a { background-color: #9D3040; }
a { background-color: rgb(157,48,64); }
div.DivClassName
{
background-color: #9D3040;
}
.BgClassName
{
background-color: #9D3040;
}
</style>
border-color css
<style>
span { border-color: #9D3040; }
span { border-color: rgb(157,48,64); }
td.TdClassName
{
border-color: #9D3040;
}
.TagClassName
{
border-color: #9D3040;
}
</style>