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