Shades of Guardsman Red #9D2428
Tints of Guardsman Red #9D2428
RGB
CMYK
RGB Variations
Color information
#9D2428 (or 0x9D2428) is known color: Guardsman Red. HEX triplet: 9D, 24 and 28. RGB value is (157,36,40). Sum of RGB (Red+Green+Blue) = 157+36+40=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2428 is #62DBD7. Grayscale: #484848. Windows color (decimal): -6478808 or 2630813. OLE color: 2630813.
HSL color Cylindrical-coordinate representation of color #9D2428: hue angle of 358.02º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D2428 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 36 | 40 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.38 |
| HSL | 358.02º | 0.63% | 0.38% | - |
| HSV(B) | 358.02º | 0.77% | 0.62% | - |
| XYZ | 14.92 | 8.58 | 2.88 | - |
| YUV | 72.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 40 | 0 | 0.77 | 0.75 | 0.38 | 358.02 | 0.63 | 0.38 |
| Hex | 9D | 24 | 28 | 0 | 4D | 4B | 26 | 166 | 3F | 26 |
| Octal | 235 | 44 | 50 | 0 | 115 | 113 | 46 | 546 | 77 | 46 |
| Binary | 10011101 | 100100 | 101000 | 0 | 1001101 | 1001011 | 100110 | 101100110 | 111111 | 100110 |
Color Harmonies of #9D2428
Complementary color
Monochromatic Colors of #9D2428
Black with #9D2428
Text Example
Text Example
White with #9D2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2428; }
p { color: rgb(157,36,40); }
H1.HeaderClassName
{
color: #9D2428;
}
.AnyTagClassName
{
color: #9D2428;
}
</style>
background-color css
<style>
a { background-color: #9D2428; }
a { background-color: rgb(157,36,40); }
div.DivClassName
{
background-color: #9D2428;
}
.BgClassName
{
background-color: #9D2428;
}
</style>
border-color css
<style>
span { border-color: #9D2428; }
span { border-color: rgb(157,36,40); }
td.TdClassName
{
border-color: #9D2428;
}
.TagClassName
{
border-color: #9D2428;
}
</style>