Shades of Guardsman Red #9D252B
Tints of Guardsman Red #9D252B
RGB
CMYK
RGB Variations
Color information
#9D252B (or 0x9D252B) is known color: Guardsman Red. HEX triplet: 9D, 25 and 2B. RGB value is (157,37,43). Sum of RGB (Red+Green+Blue) = 157+37+43=237 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.24% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 157 - color contains mainly: red. Hex color #9D252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D252B is #62DAD4. Grayscale: #494949. Windows color (decimal): -6478549 or 2827677. OLE color: 2827677.
HSL color Cylindrical-coordinate representation of color #9D252B: hue angle of 357º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D252B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 43 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.38 |
| HSL | 357º | 0.62% | 0.38% | - |
| HSV(B) | 357º | 0.76% | 0.62% | - |
| XYZ | 15 | 8.67 | 3.17 | - |
| YUV | 73.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 43 | 0 | 0.76 | 0.73 | 0.38 | 357 | 0.62 | 0.38 |
| Hex | 9D | 25 | 2B | 0 | 4C | 49 | 26 | 165 | 3E | 26 |
| Octal | 235 | 45 | 53 | 0 | 114 | 111 | 46 | 545 | 76 | 46 |
| Binary | 10011101 | 100101 | 101011 | 0 | 1001100 | 1001001 | 100110 | 101100101 | 111110 | 100110 |
Color Harmonies of #9D252B
Complementary color
Monochromatic Colors of #9D252B
Black with #9D252B
Text Example
Text Example
White with #9D252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D252B; }
p { color: rgb(157,37,43); }
H1.HeaderClassName
{
color: #9D252B;
}
.AnyTagClassName
{
color: #9D252B;
}
</style>
background-color css
<style>
a { background-color: #9D252B; }
a { background-color: rgb(157,37,43); }
div.DivClassName
{
background-color: #9D252B;
}
.BgClassName
{
background-color: #9D252B;
}
</style>
border-color css
<style>
span { border-color: #9D252B; }
span { border-color: rgb(157,37,43); }
td.TdClassName
{
border-color: #9D252B;
}
.TagClassName
{
border-color: #9D252B;
}
</style>