Shades of Guardsman Red #9F2B2F
Tints of Guardsman Red #9F2B2F
RGB
CMYK
RGB Variations
Color information
#9F2B2F (or 0x9F2B2F) is known color: Guardsman Red. HEX triplet: 9F, 2B and 2F. RGB value is (159,43,47). Sum of RGB (Red+Green+Blue) = 159+43+47=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2B2F is #60D4D0. Grayscale: #4E4E4E. Windows color (decimal): -6345937 or 3091359. OLE color: 3091359.
HSL color Cylindrical-coordinate representation of color #9F2B2F: hue angle of 357.93º 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 #9F2B2F is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 43 | 47 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.38 |
| HSL | 357.93º | 0.57% | 0.4% | - |
| HSV(B) | 357.93º | 0.73% | 0.62% | - |
| XYZ | 15.68 | 9.3 | 3.66 | - |
| YUV | 78.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 47 | 0 | 0.73 | 0.70 | 0.38 | 357.93 | 0.57 | 0.4 |
| Hex | 9F | 2B | 2F | 0 | 49 | 46 | 26 | 166 | 39 | 28 |
| Octal | 237 | 53 | 57 | 0 | 111 | 106 | 46 | 546 | 71 | 50 |
| Binary | 10011111 | 101011 | 101111 | 0 | 1001001 | 1000110 | 100110 | 101100110 | 111001 | 101000 |
Color Harmonies of #9F2B2F
Complementary color
Monochromatic Colors of #9F2B2F
Black with #9F2B2F
Text Example
Text Example
White with #9F2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2B2F; }
p { color: rgb(159,43,47); }
H1.HeaderClassName
{
color: #9F2B2F;
}
.AnyTagClassName
{
color: #9F2B2F;
}
</style>
background-color css
<style>
a { background-color: #9F2B2F; }
a { background-color: rgb(159,43,47); }
div.DivClassName
{
background-color: #9F2B2F;
}
.BgClassName
{
background-color: #9F2B2F;
}
</style>
border-color css
<style>
span { border-color: #9F2B2F; }
span { border-color: rgb(159,43,47); }
td.TdClassName
{
border-color: #9F2B2F;
}
.TagClassName
{
border-color: #9F2B2F;
}
</style>