Shades of Guardsman Red #9F272C
Tints of Guardsman Red #9F272C
RGB
CMYK
RGB Variations
Color information
#9F272C (or 0x9F272C) is known color: Guardsman Red. HEX triplet: 9F, 27 and 2C. RGB value is (159,39,44). Sum of RGB (Red+Green+Blue) = 159+39+44=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F272C is #60D8D3. Grayscale: #4B4B4B. Windows color (decimal): -6346964 or 2893727. OLE color: 2893727.
HSL color Cylindrical-coordinate representation of color #9F272C: hue angle of 357.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F272C is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 39 | 44 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.38 |
| HSL | 357.5º | 0.61% | 0.39% | - |
| HSV(B) | 357.5º | 0.75% | 0.62% | - |
| XYZ | 15.48 | 9 | 3.3 | - |
| YUV | 75.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 44 | 0 | 0.75 | 0.72 | 0.38 | 357.5 | 0.61 | 0.39 |
| Hex | 9F | 27 | 2C | 0 | 4B | 48 | 26 | 166 | 3D | 27 |
| Octal | 237 | 47 | 54 | 0 | 113 | 110 | 46 | 546 | 75 | 47 |
| Binary | 10011111 | 100111 | 101100 | 0 | 1001011 | 1001000 | 100110 | 101100110 | 111101 | 100111 |
Color Harmonies of #9F272C
Complementary color
Monochromatic Colors of #9F272C
Black with #9F272C
Text Example
Text Example
White with #9F272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F272C; }
p { color: rgb(159,39,44); }
H1.HeaderClassName
{
color: #9F272C;
}
.AnyTagClassName
{
color: #9F272C;
}
</style>
background-color css
<style>
a { background-color: #9F272C; }
a { background-color: rgb(159,39,44); }
div.DivClassName
{
background-color: #9F272C;
}
.BgClassName
{
background-color: #9F272C;
}
</style>
border-color css
<style>
span { border-color: #9F272C; }
span { border-color: rgb(159,39,44); }
td.TdClassName
{
border-color: #9F272C;
}
.TagClassName
{
border-color: #9F272C;
}
</style>