Shades of Guardsman Red #9F2A2F
Tints of Guardsman Red #9F2A2F
RGB
CMYK
RGB Variations
Color information
#9F2A2F (or 0x9F2A2F) is known color: Guardsman Red. HEX triplet: 9F, 2A and 2F. RGB value is (159,42,47). Sum of RGB (Red+Green+Blue) = 159+42+47=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2A2F is #60D5D0. Grayscale: #4D4D4D. Windows color (decimal): -6346193 or 3091103. OLE color: 3091103.
HSL color Cylindrical-coordinate representation of color #9F2A2F: hue angle of 357.44º degrees, saturation: 0.58, 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 #9F2A2F is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 47 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.38 |
| HSL | 357.44º | 0.58% | 0.39% | - |
| HSV(B) | 357.44º | 0.74% | 0.62% | - |
| XYZ | 15.64 | 9.23 | 3.65 | - |
| YUV | 77.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 47 | 0 | 0.74 | 0.70 | 0.38 | 357.44 | 0.58 | 0.39 |
| Hex | 9F | 2A | 2F | 0 | 4A | 46 | 26 | 165 | 3A | 27 |
| Octal | 237 | 52 | 57 | 0 | 112 | 106 | 46 | 545 | 72 | 47 |
| Binary | 10011111 | 101010 | 101111 | 0 | 1001010 | 1000110 | 100110 | 101100101 | 111010 | 100111 |
Color Harmonies of #9F2A2F
Complementary color
Monochromatic Colors of #9F2A2F
Black with #9F2A2F
Text Example
Text Example
White with #9F2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A2F; }
p { color: rgb(159,42,47); }
H1.HeaderClassName
{
color: #9F2A2F;
}
.AnyTagClassName
{
color: #9F2A2F;
}
</style>
background-color css
<style>
a { background-color: #9F2A2F; }
a { background-color: rgb(159,42,47); }
div.DivClassName
{
background-color: #9F2A2F;
}
.BgClassName
{
background-color: #9F2A2F;
}
</style>
border-color css
<style>
span { border-color: #9F2A2F; }
span { border-color: rgb(159,42,47); }
td.TdClassName
{
border-color: #9F2A2F;
}
.TagClassName
{
border-color: #9F2A2F;
}
</style>