Shades of Guardsman Red #9F353E
Tints of Guardsman Red #9F353E
RGB
CMYK
RGB Variations
Color information
#9F353E (or 0x9F353E) is known color: Guardsman Red. HEX triplet: 9F, 35 and 3E. RGB value is (159,53,62). Sum of RGB (Red+Green+Blue) = 159+53+62=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F353E is #60CAC1. Grayscale: #555555. Windows color (decimal): -6343362 or 4076959. OLE color: 4076959.
HSL color Cylindrical-coordinate representation of color #9F353E: hue angle of 354.91º 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 #9F353E is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 62 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.38 |
| HSL | 354.91º | 0.5% | 0.42% | - |
| HSV(B) | 354.91º | 0.67% | 0.62% | - |
| XYZ | 16.44 | 10.26 | 5.67 | - |
| YUV | 85.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 62 | 0 | 0.67 | 0.61 | 0.38 | 354.91 | 0.5 | 0.42 |
| Hex | 9F | 35 | 3E | 0 | 43 | 3D | 26 | 163 | 32 | 2A |
| Octal | 237 | 65 | 76 | 0 | 103 | 75 | 46 | 543 | 62 | 52 |
| Binary | 10011111 | 110101 | 111110 | 0 | 1000011 | 111101 | 100110 | 101100011 | 110010 | 101010 |
Color Harmonies of #9F353E
Complementary color
Monochromatic Colors of #9F353E
Black with #9F353E
Text Example
Text Example
White with #9F353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F353E; }
p { color: rgb(159,53,62); }
H1.HeaderClassName
{
color: #9F353E;
}
.AnyTagClassName
{
color: #9F353E;
}
</style>
background-color css
<style>
a { background-color: #9F353E; }
a { background-color: rgb(159,53,62); }
div.DivClassName
{
background-color: #9F353E;
}
.BgClassName
{
background-color: #9F353E;
}
</style>
border-color css
<style>
span { border-color: #9F353E; }
span { border-color: rgb(159,53,62); }
td.TdClassName
{
border-color: #9F353E;
}
.TagClassName
{
border-color: #9F353E;
}
</style>