Shades of Guardsman Red #9D3839
Tints of Guardsman Red #9D3839
RGB
CMYK
RGB Variations
Color information
#9D3839 (or 0x9D3839) is known color: Guardsman Red. HEX triplet: 9D, 38 and 39. RGB value is (157,56,57). Sum of RGB (Red+Green+Blue) = 157+56+57=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3839 is #62C7C6. Grayscale: #565656. Windows color (decimal): -6473671 or 3750045. OLE color: 3750045.
HSL color Cylindrical-coordinate representation of color #9D3839: hue angle of 359.41º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D3839 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 56 | 57 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.38 |
| HSL | 359.41º | 0.47% | 0.42% | - |
| HSV(B) | 359.41º | 0.64% | 0.62% | - |
| XYZ | 16.06 | 10.29 | 5.01 | - |
| YUV | 86.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 56 | 57 | 0 | 0.64 | 0.64 | 0.38 | 359.41 | 0.47 | 0.42 |
| Hex | 9D | 38 | 39 | 0 | 40 | 40 | 26 | 167 | 2F | 2A |
| Octal | 235 | 70 | 71 | 0 | 100 | 100 | 46 | 547 | 57 | 52 |
| Binary | 10011101 | 111000 | 111001 | 0 | 1000000 | 1000000 | 100110 | 101100111 | 101111 | 101010 |
Color Harmonies of #9D3839
Complementary color
Monochromatic Colors of #9D3839
Black with #9D3839
Text Example
Text Example
White with #9D3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3839; }
p { color: rgb(157,56,57); }
H1.HeaderClassName
{
color: #9D3839;
}
.AnyTagClassName
{
color: #9D3839;
}
</style>
background-color css
<style>
a { background-color: #9D3839; }
a { background-color: rgb(157,56,57); }
div.DivClassName
{
background-color: #9D3839;
}
.BgClassName
{
background-color: #9D3839;
}
</style>
border-color css
<style>
span { border-color: #9D3839; }
span { border-color: rgb(157,56,57); }
td.TdClassName
{
border-color: #9D3839;
}
.TagClassName
{
border-color: #9D3839;
}
</style>