Shades of Guardsman Red #9F282D
Tints of Guardsman Red #9F282D
RGB
CMYK
RGB Variations
Color information
#9F282D (or 0x9F282D) is known color: Guardsman Red. HEX triplet: 9F, 28 and 2D. RGB value is (159,40,45). Sum of RGB (Red+Green+Blue) = 159+40+45=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F282D is #60D7D2. Grayscale: #4C4C4C. Windows color (decimal): -6346707 or 2959519. OLE color: 2959519.
HSL color Cylindrical-coordinate representation of color #9F282D: hue angle of 357.48º degrees, saturation: 0.6, 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 #9F282D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 45 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.38 |
| HSL | 357.48º | 0.6% | 0.39% | - |
| HSV(B) | 357.48º | 0.75% | 0.62% | - |
| XYZ | 15.53 | 9.08 | 3.42 | - |
| YUV | 76.15 | 110.42 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 45 | 0 | 0.75 | 0.72 | 0.38 | 357.48 | 0.6 | 0.39 |
| Hex | 9F | 28 | 2D | 0 | 4B | 48 | 26 | 165 | 3C | 27 |
| Octal | 237 | 50 | 55 | 0 | 113 | 110 | 46 | 545 | 74 | 47 |
| Binary | 10011111 | 101000 | 101101 | 0 | 1001011 | 1001000 | 100110 | 101100101 | 111100 | 100111 |
Color Harmonies of #9F282D
Complementary color
Monochromatic Colors of #9F282D
Black with #9F282D
Text Example
Text Example
White with #9F282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F282D; }
p { color: rgb(159,40,45); }
H1.HeaderClassName
{
color: #9F282D;
}
.AnyTagClassName
{
color: #9F282D;
}
</style>
background-color css
<style>
a { background-color: #9F282D; }
a { background-color: rgb(159,40,45); }
div.DivClassName
{
background-color: #9F282D;
}
.BgClassName
{
background-color: #9F282D;
}
</style>
border-color css
<style>
span { border-color: #9F282D; }
span { border-color: rgb(159,40,45); }
td.TdClassName
{
border-color: #9F282D;
}
.TagClassName
{
border-color: #9F282D;
}
</style>