Shades of Guardsman Red #9F292D
Tints of Guardsman Red #9F292D
RGB
CMYK
RGB Variations
Color information
#9F292D (or 0x9F292D) is known color: Guardsman Red. HEX triplet: 9F, 29 and 2D. RGB value is (159,41,45). Sum of RGB (Red+Green+Blue) = 159+41+45=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F292D is #60D6D2. Grayscale: #4C4C4C. Windows color (decimal): -6346451 or 2959775. OLE color: 2959775.
HSL color Cylindrical-coordinate representation of color #9F292D: hue angle of 357.97º 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 #9F292D is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 45 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.38 |
| HSL | 357.97º | 0.59% | 0.39% | - |
| HSV(B) | 357.97º | 0.74% | 0.62% | - |
| XYZ | 15.56 | 9.15 | 3.43 | - |
| YUV | 76.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 45 | 0 | 0.74 | 0.72 | 0.38 | 357.97 | 0.59 | 0.39 |
| Hex | 9F | 29 | 2D | 0 | 4A | 48 | 26 | 166 | 3B | 27 |
| Octal | 237 | 51 | 55 | 0 | 112 | 110 | 46 | 546 | 73 | 47 |
| Binary | 10011111 | 101001 | 101101 | 0 | 1001010 | 1001000 | 100110 | 101100110 | 111011 | 100111 |
Color Harmonies of #9F292D
Complementary color
Monochromatic Colors of #9F292D
Black with #9F292D
Text Example
Text Example
White with #9F292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F292D; }
p { color: rgb(159,41,45); }
H1.HeaderClassName
{
color: #9F292D;
}
.AnyTagClassName
{
color: #9F292D;
}
</style>
background-color css
<style>
a { background-color: #9F292D; }
a { background-color: rgb(159,41,45); }
div.DivClassName
{
background-color: #9F292D;
}
.BgClassName
{
background-color: #9F292D;
}
</style>
border-color css
<style>
span { border-color: #9F292D; }
span { border-color: rgb(159,41,45); }
td.TdClassName
{
border-color: #9F292D;
}
.TagClassName
{
border-color: #9F292D;
}
</style>