Shades of Guardsman Red #9D2B2D
Tints of Guardsman Red #9D2B2D
RGB
CMYK
RGB Variations
Color information
#9D2B2D (or 0x9D2B2D) is known color: Guardsman Red. HEX triplet: 9D, 2B and 2D. RGB value is (157,43,45). Sum of RGB (Red+Green+Blue) = 157+43+45=245 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.08% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2B2D is #62D4D2. Grayscale: #4D4D4D. Windows color (decimal): -6477011 or 2960285. OLE color: 2960285.
HSL color Cylindrical-coordinate representation of color #9D2B2D: hue angle of 358.95º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2B2D is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 43 | 45 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.38 |
| HSL | 358.95º | 0.57% | 0.39% | - |
| HSV(B) | 358.95º | 0.73% | 0.62% | - |
| XYZ | 15.24 | 9.09 | 3.43 | - |
| YUV | 77.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 43 | 45 | 0 | 0.73 | 0.71 | 0.38 | 358.95 | 0.57 | 0.39 |
| Hex | 9D | 2B | 2D | 0 | 49 | 47 | 26 | 167 | 39 | 27 |
| Octal | 235 | 53 | 55 | 0 | 111 | 107 | 46 | 547 | 71 | 47 |
| Binary | 10011101 | 101011 | 101101 | 0 | 1001001 | 1000111 | 100110 | 101100111 | 111001 | 100111 |
Color Harmonies of #9D2B2D
Complementary color
Monochromatic Colors of #9D2B2D
Black with #9D2B2D
Text Example
Text Example
White with #9D2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2B2D; }
p { color: rgb(157,43,45); }
H1.HeaderClassName
{
color: #9D2B2D;
}
.AnyTagClassName
{
color: #9D2B2D;
}
</style>
background-color css
<style>
a { background-color: #9D2B2D; }
a { background-color: rgb(157,43,45); }
div.DivClassName
{
background-color: #9D2B2D;
}
.BgClassName
{
background-color: #9D2B2D;
}
</style>
border-color css
<style>
span { border-color: #9D2B2D; }
span { border-color: rgb(157,43,45); }
td.TdClassName
{
border-color: #9D2B2D;
}
.TagClassName
{
border-color: #9D2B2D;
}
</style>