Shades of Guardsman Red #9D2526
Tints of Guardsman Red #9D2526
RGB
CMYK
RGB Variations
Color information
#9D2526 (or 0x9D2526) is known color: Guardsman Red. HEX triplet: 9D, 25 and 26. RGB value is (157,37,38). Sum of RGB (Red+Green+Blue) = 157+37+38=232 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.67% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2526 is #62DAD9. Grayscale: #494949. Windows color (decimal): -6478554 or 2499997. OLE color: 2499997.
HSL color Cylindrical-coordinate representation of color #9D2526: hue angle of 359.5º 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 #9D2526 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 38 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.38 |
| HSL | 359.5º | 0.62% | 0.38% | - |
| HSV(B) | 359.5º | 0.76% | 0.62% | - |
| XYZ | 14.92 | 8.63 | 2.71 | - |
| YUV | 72.99 | 108.26 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 38 | 0 | 0.76 | 0.76 | 0.38 | 359.5 | 0.62 | 0.38 |
| Hex | 9D | 25 | 26 | 0 | 4C | 4C | 26 | 168 | 3E | 26 |
| Octal | 235 | 45 | 46 | 0 | 114 | 114 | 46 | 550 | 76 | 46 |
| Binary | 10011101 | 100101 | 100110 | 0 | 1001100 | 1001100 | 100110 | 101101000 | 111110 | 100110 |
Color Harmonies of #9D2526
Complementary color
Monochromatic Colors of #9D2526
Black with #9D2526
Text Example
Text Example
White with #9D2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2526; }
p { color: rgb(157,37,38); }
H1.HeaderClassName
{
color: #9D2526;
}
.AnyTagClassName
{
color: #9D2526;
}
</style>
background-color css
<style>
a { background-color: #9D2526; }
a { background-color: rgb(157,37,38); }
div.DivClassName
{
background-color: #9D2526;
}
.BgClassName
{
background-color: #9D2526;
}
</style>
border-color css
<style>
span { border-color: #9D2526; }
span { border-color: rgb(157,37,38); }
td.TdClassName
{
border-color: #9D2526;
}
.TagClassName
{
border-color: #9D2526;
}
</style>