Shades of Guardsman Red #9D333E
Tints of Guardsman Red #9D333E
RGB
CMYK
RGB Variations
Color information
#9D333E (or 0x9D333E) is known color: Guardsman Red. HEX triplet: 9D, 33 and 3E. RGB value is (157,51,62). Sum of RGB (Red+Green+Blue) = 157+51+62=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D333E is #62CCC1. Grayscale: #545454. Windows color (decimal): -6474946 or 4076445. OLE color: 4076445.
HSL color Cylindrical-coordinate representation of color #9D333E: hue angle of 353.77º degrees, saturation: 0.51, 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 #9D333E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 62 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.38 |
| HSL | 353.77º | 0.51% | 0.41% | - |
| HSV(B) | 353.77º | 0.68% | 0.62% | - |
| XYZ | 15.96 | 9.88 | 5.62 | - |
| YUV | 83.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 62 | 0 | 0.68 | 0.61 | 0.38 | 353.77 | 0.51 | 0.41 |
| Hex | 9D | 33 | 3E | 0 | 44 | 3D | 26 | 162 | 33 | 29 |
| Octal | 235 | 63 | 76 | 0 | 104 | 75 | 46 | 542 | 63 | 51 |
| Binary | 10011101 | 110011 | 111110 | 0 | 1000100 | 111101 | 100110 | 101100010 | 110011 | 101001 |
Color Harmonies of #9D333E
Complementary color
Monochromatic Colors of #9D333E
Black with #9D333E
Text Example
Text Example
White with #9D333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D333E; }
p { color: rgb(157,51,62); }
H1.HeaderClassName
{
color: #9D333E;
}
.AnyTagClassName
{
color: #9D333E;
}
</style>
background-color css
<style>
a { background-color: #9D333E; }
a { background-color: rgb(157,51,62); }
div.DivClassName
{
background-color: #9D333E;
}
.BgClassName
{
background-color: #9D333E;
}
</style>
border-color css
<style>
span { border-color: #9D333E; }
span { border-color: rgb(157,51,62); }
td.TdClassName
{
border-color: #9D333E;
}
.TagClassName
{
border-color: #9D333E;
}
</style>