Shades of Guardsman Red #9F262D
Tints of Guardsman Red #9F262D
RGB
CMYK
RGB Variations
Color information
#9F262D (or 0x9F262D) is known color: Guardsman Red. HEX triplet: 9F, 26 and 2D. RGB value is (159,38,45). Sum of RGB (Red+Green+Blue) = 159+38+45=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F262D is #60D9D2. Grayscale: #4B4B4B. Windows color (decimal): -6347219 or 2959007. OLE color: 2959007.
HSL color Cylindrical-coordinate representation of color #9F262D: hue angle of 356.53º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F262D is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 45 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.38 |
| HSL | 356.53º | 0.61% | 0.39% | - |
| HSV(B) | 356.53º | 0.76% | 0.62% | - |
| XYZ | 15.46 | 8.95 | 3.39 | - |
| YUV | 74.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 45 | 0 | 0.76 | 0.72 | 0.38 | 356.53 | 0.61 | 0.39 |
| Hex | 9F | 26 | 2D | 0 | 4C | 48 | 26 | 165 | 3D | 27 |
| Octal | 237 | 46 | 55 | 0 | 114 | 110 | 46 | 545 | 75 | 47 |
| Binary | 10011111 | 100110 | 101101 | 0 | 1001100 | 1001000 | 100110 | 101100101 | 111101 | 100111 |
Color Harmonies of #9F262D
Complementary color
Monochromatic Colors of #9F262D
Black with #9F262D
Text Example
Text Example
White with #9F262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F262D; }
p { color: rgb(159,38,45); }
H1.HeaderClassName
{
color: #9F262D;
}
.AnyTagClassName
{
color: #9F262D;
}
</style>
background-color css
<style>
a { background-color: #9F262D; }
a { background-color: rgb(159,38,45); }
div.DivClassName
{
background-color: #9F262D;
}
.BgClassName
{
background-color: #9F262D;
}
</style>
border-color css
<style>
span { border-color: #9F262D; }
span { border-color: rgb(159,38,45); }
td.TdClassName
{
border-color: #9F262D;
}
.TagClassName
{
border-color: #9F262D;
}
</style>