Shades of Guardsman Red #9F2B31
Tints of Guardsman Red #9F2B31
RGB
CMYK
RGB Variations
Color information
#9F2B31 (or 0x9F2B31) is known color: Guardsman Red. HEX triplet: 9F, 2B and 31. RGB value is (159,43,49). Sum of RGB (Red+Green+Blue) = 159+43+49=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2B31 is #60D4CE. Grayscale: #4E4E4E. Windows color (decimal): -6345935 or 3222431. OLE color: 3222431.
HSL color Cylindrical-coordinate representation of color #9F2B31: hue angle of 356.9º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2B31 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 43 | 49 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.38 |
| HSL | 356.9º | 0.57% | 0.4% | - |
| HSV(B) | 356.9º | 0.73% | 0.62% | - |
| XYZ | 15.72 | 9.32 | 3.88 | - |
| YUV | 78.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 49 | 0 | 0.73 | 0.69 | 0.38 | 356.9 | 0.57 | 0.4 |
| Hex | 9F | 2B | 31 | 0 | 49 | 45 | 26 | 165 | 39 | 28 |
| Octal | 237 | 53 | 61 | 0 | 111 | 105 | 46 | 545 | 71 | 50 |
| Binary | 10011111 | 101011 | 110001 | 0 | 1001001 | 1000101 | 100110 | 101100101 | 111001 | 101000 |
Color Harmonies of #9F2B31
Complementary color
Monochromatic Colors of #9F2B31
Black with #9F2B31
Text Example
Text Example
White with #9F2B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2B31; }
p { color: rgb(159,43,49); }
H1.HeaderClassName
{
color: #9F2B31;
}
.AnyTagClassName
{
color: #9F2B31;
}
</style>
background-color css
<style>
a { background-color: #9F2B31; }
a { background-color: rgb(159,43,49); }
div.DivClassName
{
background-color: #9F2B31;
}
.BgClassName
{
background-color: #9F2B31;
}
</style>
border-color css
<style>
span { border-color: #9F2B31; }
span { border-color: rgb(159,43,49); }
td.TdClassName
{
border-color: #9F2B31;
}
.TagClassName
{
border-color: #9F2B31;
}
</style>