Shades of Guardsman Red #9F353B
Tints of Guardsman Red #9F353B
RGB
CMYK
RGB Variations
Color information
#9F353B (or 0x9F353B) is known color: Guardsman Red. HEX triplet: 9F, 35 and 3B. RGB value is (159,53,59). Sum of RGB (Red+Green+Blue) = 159+53+59=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F353B is #60CAC4. Grayscale: #555555. Windows color (decimal): -6343365 or 3880351. OLE color: 3880351.
HSL color Cylindrical-coordinate representation of color #9F353B: hue angle of 356.6º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F353B is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 59 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.38 |
| HSL | 356.6º | 0.5% | 0.42% | - |
| HSV(B) | 356.6º | 0.67% | 0.62% | - |
| XYZ | 16.36 | 10.23 | 5.25 | - |
| YUV | 85.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 59 | 0 | 0.67 | 0.63 | 0.38 | 356.6 | 0.5 | 0.42 |
| Hex | 9F | 35 | 3B | 0 | 43 | 3F | 26 | 165 | 32 | 2A |
| Octal | 237 | 65 | 73 | 0 | 103 | 77 | 46 | 545 | 62 | 52 |
| Binary | 10011111 | 110101 | 111011 | 0 | 1000011 | 111111 | 100110 | 101100101 | 110010 | 101010 |
Color Harmonies of #9F353B
Complementary color
Monochromatic Colors of #9F353B
Black with #9F353B
Text Example
Text Example
White with #9F353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F353B; }
p { color: rgb(159,53,59); }
H1.HeaderClassName
{
color: #9F353B;
}
.AnyTagClassName
{
color: #9F353B;
}
</style>
background-color css
<style>
a { background-color: #9F353B; }
a { background-color: rgb(159,53,59); }
div.DivClassName
{
background-color: #9F353B;
}
.BgClassName
{
background-color: #9F353B;
}
</style>
border-color css
<style>
span { border-color: #9F353B; }
span { border-color: rgb(159,53,59); }
td.TdClassName
{
border-color: #9F353B;
}
.TagClassName
{
border-color: #9F353B;
}
</style>