Shades of Guardsman Red #9D2C2E
Tints of Guardsman Red #9D2C2E
RGB
CMYK
RGB Variations
Color information
#9D2C2E (or 0x9D2C2E) is known color: Guardsman Red. HEX triplet: 9D, 2C and 2E. RGB value is (157,44,46). Sum of RGB (Red+Green+Blue) = 157+44+46=247 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.56% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2C2E is #62D3D1. Grayscale: #4E4E4E. Windows color (decimal): -6476754 or 3026077. OLE color: 3026077.
HSL color Cylindrical-coordinate representation of color #9D2C2E: hue angle of 358.94º 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 #9D2C2E is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 46 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.38 |
| HSL | 358.94º | 0.56% | 0.39% | - |
| HSV(B) | 358.94º | 0.72% | 0.62% | - |
| XYZ | 15.3 | 9.17 | 3.55 | - |
| YUV | 78.02 | 109.94 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 46 | 0 | 0.72 | 0.71 | 0.38 | 358.94 | 0.56 | 0.39 |
| Hex | 9D | 2C | 2E | 0 | 48 | 47 | 26 | 167 | 38 | 27 |
| Octal | 235 | 54 | 56 | 0 | 110 | 107 | 46 | 547 | 70 | 47 |
| Binary | 10011101 | 101100 | 101110 | 0 | 1001000 | 1000111 | 100110 | 101100111 | 111000 | 100111 |
Color Harmonies of #9D2C2E
Complementary color
Monochromatic Colors of #9D2C2E
Black with #9D2C2E
Text Example
Text Example
White with #9D2C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C2E; }
p { color: rgb(157,44,46); }
H1.HeaderClassName
{
color: #9D2C2E;
}
.AnyTagClassName
{
color: #9D2C2E;
}
</style>
background-color css
<style>
a { background-color: #9D2C2E; }
a { background-color: rgb(157,44,46); }
div.DivClassName
{
background-color: #9D2C2E;
}
.BgClassName
{
background-color: #9D2C2E;
}
</style>
border-color css
<style>
span { border-color: #9D2C2E; }
span { border-color: rgb(157,44,46); }
td.TdClassName
{
border-color: #9D2C2E;
}
.TagClassName
{
border-color: #9D2C2E;
}
</style>