Shades of Guardsman Red #9F292F
Tints of Guardsman Red #9F292F
RGB
CMYK
RGB Variations
Color information
#9F292F (or 0x9F292F) is known color: Guardsman Red. HEX triplet: 9F, 29 and 2F. RGB value is (159,41,47). Sum of RGB (Red+Green+Blue) = 159+41+47=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F292F is #60D6D0. Grayscale: #4D4D4D. Windows color (decimal): -6346449 or 3090847. OLE color: 3090847.
HSL color Cylindrical-coordinate representation of color #9F292F: hue angle of 356.95º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F292F is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 47 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.38 |
| HSL | 356.95º | 0.59% | 0.39% | - |
| HSV(B) | 356.95º | 0.74% | 0.62% | - |
| XYZ | 15.6 | 9.16 | 3.64 | - |
| YUV | 76.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 47 | 0 | 0.74 | 0.70 | 0.38 | 356.95 | 0.59 | 0.39 |
| Hex | 9F | 29 | 2F | 0 | 4A | 46 | 26 | 165 | 3B | 27 |
| Octal | 237 | 51 | 57 | 0 | 112 | 106 | 46 | 545 | 73 | 47 |
| Binary | 10011111 | 101001 | 101111 | 0 | 1001010 | 1000110 | 100110 | 101100101 | 111011 | 100111 |
Color Harmonies of #9F292F
Complementary color
Monochromatic Colors of #9F292F
Black with #9F292F
Text Example
Text Example
White with #9F292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F292F; }
p { color: rgb(159,41,47); }
H1.HeaderClassName
{
color: #9F292F;
}
.AnyTagClassName
{
color: #9F292F;
}
</style>
background-color css
<style>
a { background-color: #9F292F; }
a { background-color: rgb(159,41,47); }
div.DivClassName
{
background-color: #9F292F;
}
.BgClassName
{
background-color: #9F292F;
}
</style>
border-color css
<style>
span { border-color: #9F292F; }
span { border-color: rgb(159,41,47); }
td.TdClassName
{
border-color: #9F292F;
}
.TagClassName
{
border-color: #9F292F;
}
</style>