Shades of Guardsman Red #9D333D
Tints of Guardsman Red #9D333D
RGB
CMYK
RGB Variations
Color information
#9D333D (or 0x9D333D) is known color: Guardsman Red. HEX triplet: 9D, 33 and 3D. RGB value is (157,51,61). Sum of RGB (Red+Green+Blue) = 157+51+61=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D333D is #62CCC2. Grayscale: #535353. Windows color (decimal): -6474947 or 4010909. OLE color: 4010909.
HSL color Cylindrical-coordinate representation of color #9D333D: hue angle of 354.34º 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 #9D333D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 61 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.38 |
| HSL | 354.34º | 0.51% | 0.41% | - |
| HSV(B) | 354.34º | 0.68% | 0.62% | - |
| XYZ | 15.93 | 9.87 | 5.48 | - |
| YUV | 83.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 61 | 0 | 0.68 | 0.61 | 0.38 | 354.34 | 0.51 | 0.41 |
| Hex | 9D | 33 | 3D | 0 | 44 | 3D | 26 | 162 | 33 | 29 |
| Octal | 235 | 63 | 75 | 0 | 104 | 75 | 46 | 542 | 63 | 51 |
| Binary | 10011101 | 110011 | 111101 | 0 | 1000100 | 111101 | 100110 | 101100010 | 110011 | 101001 |
Color Harmonies of #9D333D
Complementary color
Monochromatic Colors of #9D333D
Black with #9D333D
Text Example
Text Example
White with #9D333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D333D; }
p { color: rgb(157,51,61); }
H1.HeaderClassName
{
color: #9D333D;
}
.AnyTagClassName
{
color: #9D333D;
}
</style>
background-color css
<style>
a { background-color: #9D333D; }
a { background-color: rgb(157,51,61); }
div.DivClassName
{
background-color: #9D333D;
}
.BgClassName
{
background-color: #9D333D;
}
</style>
border-color css
<style>
span { border-color: #9D333D; }
span { border-color: rgb(157,51,61); }
td.TdClassName
{
border-color: #9D333D;
}
.TagClassName
{
border-color: #9D333D;
}
</style>