Shades of Guardsman Red #9D303E
Tints of Guardsman Red #9D303E
RGB
CMYK
RGB Variations
Color information
#9D303E (or 0x9D303E) is known color: Guardsman Red. HEX triplet: 9D, 30 and 3E. RGB value is (157,48,62). Sum of RGB (Red+Green+Blue) = 157+48+62=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D303E is #62CFC1. Grayscale: #525252. Windows color (decimal): -6475714 or 4075677. OLE color: 4075677.
HSL color Cylindrical-coordinate representation of color #9D303E: hue angle of 352.29º 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 #9D303E is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 62 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.38 |
| HSL | 352.29º | 0.53% | 0.4% | - |
| HSV(B) | 352.29º | 0.69% | 0.62% | - |
| XYZ | 15.83 | 9.63 | 5.58 | - |
| YUV | 82.19 | 116.61 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 62 | 0 | 0.69 | 0.61 | 0.38 | 352.29 | 0.53 | 0.4 |
| Hex | 9D | 30 | 3E | 0 | 45 | 3D | 26 | 160 | 35 | 28 |
| Octal | 235 | 60 | 76 | 0 | 105 | 75 | 46 | 540 | 65 | 50 |
| Binary | 10011101 | 110000 | 111110 | 0 | 1000101 | 111101 | 100110 | 101100000 | 110101 | 101000 |
Color Harmonies of #9D303E
Complementary color
Monochromatic Colors of #9D303E
Black with #9D303E
Text Example
Text Example
White with #9D303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D303E; }
p { color: rgb(157,48,62); }
H1.HeaderClassName
{
color: #9D303E;
}
.AnyTagClassName
{
color: #9D303E;
}
</style>
background-color css
<style>
a { background-color: #9D303E; }
a { background-color: rgb(157,48,62); }
div.DivClassName
{
background-color: #9D303E;
}
.BgClassName
{
background-color: #9D303E;
}
</style>
border-color css
<style>
span { border-color: #9D303E; }
span { border-color: rgb(157,48,62); }
td.TdClassName
{
border-color: #9D303E;
}
.TagClassName
{
border-color: #9D303E;
}
</style>