Shades of Guardsman Red #9D2C3B
Tints of Guardsman Red #9D2C3B
RGB
CMYK
RGB Variations
Color information
#9D2C3B (or 0x9D2C3B) is known color: Guardsman Red. HEX triplet: 9D, 2C and 3B. RGB value is (157,44,59). Sum of RGB (Red+Green+Blue) = 157+44+59=260 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.38% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2C3B is #62D3C4. Grayscale: #4F4F4F. Windows color (decimal): -6476741 or 3878045. OLE color: 3878045.
HSL color Cylindrical-coordinate representation of color #9D2C3B: hue angle of 352.04º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2C3B is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 59 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.38 |
| HSL | 352.04º | 0.56% | 0.39% | - |
| HSV(B) | 352.04º | 0.72% | 0.62% | - |
| XYZ | 15.59 | 9.29 | 5.11 | - |
| YUV | 79.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 59 | 0 | 0.72 | 0.62 | 0.38 | 352.04 | 0.56 | 0.39 |
| Hex | 9D | 2C | 3B | 0 | 48 | 3E | 26 | 160 | 38 | 27 |
| Octal | 235 | 54 | 73 | 0 | 110 | 76 | 46 | 540 | 70 | 47 |
| Binary | 10011101 | 101100 | 111011 | 0 | 1001000 | 111110 | 100110 | 101100000 | 111000 | 100111 |
Color Harmonies of #9D2C3B
Complementary color
Monochromatic Colors of #9D2C3B
Black with #9D2C3B
Text Example
Text Example
White with #9D2C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C3B; }
p { color: rgb(157,44,59); }
H1.HeaderClassName
{
color: #9D2C3B;
}
.AnyTagClassName
{
color: #9D2C3B;
}
</style>
background-color css
<style>
a { background-color: #9D2C3B; }
a { background-color: rgb(157,44,59); }
div.DivClassName
{
background-color: #9D2C3B;
}
.BgClassName
{
background-color: #9D2C3B;
}
</style>
border-color css
<style>
span { border-color: #9D2C3B; }
span { border-color: rgb(157,44,59); }
td.TdClassName
{
border-color: #9D2C3B;
}
.TagClassName
{
border-color: #9D2C3B;
}
</style>