Shades of Guardsman Red #9F2B2D
Tints of Guardsman Red #9F2B2D
RGB
CMYK
RGB Variations
Color information
#9F2B2D (or 0x9F2B2D) is known color: Guardsman Red. HEX triplet: 9F, 2B and 2D. RGB value is (159,43,45). Sum of RGB (Red+Green+Blue) = 159+43+45=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2B2D is #60D4D2. Grayscale: #4E4E4E. Windows color (decimal): -6345939 or 2960287. OLE color: 2960287.
HSL color Cylindrical-coordinate representation of color #9F2B2D: hue angle of 358.97º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2B2D is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 43 | 45 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.38 |
| HSL | 358.97º | 0.57% | 0.4% | - |
| HSV(B) | 358.97º | 0.73% | 0.62% | - |
| XYZ | 15.64 | 9.29 | 3.45 | - |
| YUV | 77.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 45 | 0 | 0.73 | 0.72 | 0.38 | 358.97 | 0.57 | 0.4 |
| Hex | 9F | 2B | 2D | 0 | 49 | 48 | 26 | 167 | 39 | 28 |
| Octal | 237 | 53 | 55 | 0 | 111 | 110 | 46 | 547 | 71 | 50 |
| Binary | 10011111 | 101011 | 101101 | 0 | 1001001 | 1001000 | 100110 | 101100111 | 111001 | 101000 |
Color Harmonies of #9F2B2D
Complementary color
Monochromatic Colors of #9F2B2D
Black with #9F2B2D
Text Example
Text Example
White with #9F2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2B2D; }
p { color: rgb(159,43,45); }
H1.HeaderClassName
{
color: #9F2B2D;
}
.AnyTagClassName
{
color: #9F2B2D;
}
</style>
background-color css
<style>
a { background-color: #9F2B2D; }
a { background-color: rgb(159,43,45); }
div.DivClassName
{
background-color: #9F2B2D;
}
.BgClassName
{
background-color: #9F2B2D;
}
</style>
border-color css
<style>
span { border-color: #9F2B2D; }
span { border-color: rgb(159,43,45); }
td.TdClassName
{
border-color: #9F2B2D;
}
.TagClassName
{
border-color: #9F2B2D;
}
</style>