Shades of Guardsman Red #9F292B
Tints of Guardsman Red #9F292B
RGB
CMYK
RGB Variations
Color information
#9F292B (or 0x9F292B) is known color: Guardsman Red. HEX triplet: 9F, 29 and 2B. RGB value is (159,41,43). Sum of RGB (Red+Green+Blue) = 159+41+43=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F292B is #60D6D4. Grayscale: #4C4C4C. Windows color (decimal): -6346453 or 2828703. OLE color: 2828703.
HSL color Cylindrical-coordinate representation of color #9F292B: hue angle of 358.98º 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 #9F292B is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 43 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.38 |
| HSL | 358.98º | 0.59% | 0.39% | - |
| HSV(B) | 358.98º | 0.74% | 0.62% | - |
| XYZ | 15.53 | 9.13 | 3.23 | - |
| YUV | 76.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 43 | 0 | 0.74 | 0.73 | 0.38 | 358.98 | 0.59 | 0.39 |
| Hex | 9F | 29 | 2B | 0 | 4A | 49 | 26 | 167 | 3B | 27 |
| Octal | 237 | 51 | 53 | 0 | 112 | 111 | 46 | 547 | 73 | 47 |
| Binary | 10011111 | 101001 | 101011 | 0 | 1001010 | 1001001 | 100110 | 101100111 | 111011 | 100111 |
Color Harmonies of #9F292B
Complementary color
Monochromatic Colors of #9F292B
Black with #9F292B
Text Example
Text Example
White with #9F292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F292B; }
p { color: rgb(159,41,43); }
H1.HeaderClassName
{
color: #9F292B;
}
.AnyTagClassName
{
color: #9F292B;
}
</style>
background-color css
<style>
a { background-color: #9F292B; }
a { background-color: rgb(159,41,43); }
div.DivClassName
{
background-color: #9F292B;
}
.BgClassName
{
background-color: #9F292B;
}
</style>
border-color css
<style>
span { border-color: #9F292B; }
span { border-color: rgb(159,41,43); }
td.TdClassName
{
border-color: #9F292B;
}
.TagClassName
{
border-color: #9F292B;
}
</style>