Shades of Guardsman Red #9F2C2E
Tints of Guardsman Red #9F2C2E
RGB
CMYK
RGB Variations
Color information
#9F2C2E (or 0x9F2C2E) is known color: Guardsman Red. HEX triplet: 9F, 2C and 2E. RGB value is (159,44,46). Sum of RGB (Red+Green+Blue) = 159+44+46=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2C2E is #60D3D1. Grayscale: #4E4E4E. Windows color (decimal): -6345682 or 3026079. OLE color: 3026079.
HSL color Cylindrical-coordinate representation of color #9F2C2E: hue angle of 358.96º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2C2E is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 44 | 46 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.38 |
| HSL | 358.96º | 0.57% | 0.4% | - |
| HSV(B) | 358.96º | 0.72% | 0.62% | - |
| XYZ | 15.69 | 9.37 | 3.57 | - |
| YUV | 78.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 46 | 0 | 0.72 | 0.71 | 0.38 | 358.96 | 0.57 | 0.4 |
| Hex | 9F | 2C | 2E | 0 | 48 | 47 | 26 | 167 | 39 | 28 |
| Octal | 237 | 54 | 56 | 0 | 110 | 107 | 46 | 547 | 71 | 50 |
| Binary | 10011111 | 101100 | 101110 | 0 | 1001000 | 1000111 | 100110 | 101100111 | 111001 | 101000 |
Color Harmonies of #9F2C2E
Complementary color
Monochromatic Colors of #9F2C2E
Black with #9F2C2E
Text Example
Text Example
White with #9F2C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2C2E; }
p { color: rgb(159,44,46); }
H1.HeaderClassName
{
color: #9F2C2E;
}
.AnyTagClassName
{
color: #9F2C2E;
}
</style>
background-color css
<style>
a { background-color: #9F2C2E; }
a { background-color: rgb(159,44,46); }
div.DivClassName
{
background-color: #9F2C2E;
}
.BgClassName
{
background-color: #9F2C2E;
}
</style>
border-color css
<style>
span { border-color: #9F2C2E; }
span { border-color: rgb(159,44,46); }
td.TdClassName
{
border-color: #9F2C2E;
}
.TagClassName
{
border-color: #9F2C2E;
}
</style>