Shades of Guardsman Red #9F323D
Tints of Guardsman Red #9F323D
RGB
CMYK
RGB Variations
Color information
#9F323D (or 0x9F323D) is known color: Guardsman Red. HEX triplet: 9F, 32 and 3D. RGB value is (159,50,61). Sum of RGB (Red+Green+Blue) = 159+50+61=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F323D is #60CDC2. Grayscale: #535353. Windows color (decimal): -6344131 or 4010655. OLE color: 4010655.
HSL color Cylindrical-coordinate representation of color #9F323D: hue angle of 353.94º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F323D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 61 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.38 |
| HSL | 353.94º | 0.52% | 0.41% | - |
| HSV(B) | 353.94º | 0.69% | 0.62% | - |
| XYZ | 16.28 | 9.99 | 5.48 | - |
| YUV | 83.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 61 | 0 | 0.69 | 0.62 | 0.38 | 353.94 | 0.52 | 0.41 |
| Hex | 9F | 32 | 3D | 0 | 45 | 3E | 26 | 162 | 34 | 29 |
| Octal | 237 | 62 | 75 | 0 | 105 | 76 | 46 | 542 | 64 | 51 |
| Binary | 10011111 | 110010 | 111101 | 0 | 1000101 | 111110 | 100110 | 101100010 | 110100 | 101001 |
Color Harmonies of #9F323D
Complementary color
Monochromatic Colors of #9F323D
Black with #9F323D
Text Example
Text Example
White with #9F323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F323D; }
p { color: rgb(159,50,61); }
H1.HeaderClassName
{
color: #9F323D;
}
.AnyTagClassName
{
color: #9F323D;
}
</style>
background-color css
<style>
a { background-color: #9F323D; }
a { background-color: rgb(159,50,61); }
div.DivClassName
{
background-color: #9F323D;
}
.BgClassName
{
background-color: #9F323D;
}
</style>
border-color css
<style>
span { border-color: #9F323D; }
span { border-color: rgb(159,50,61); }
td.TdClassName
{
border-color: #9F323D;
}
.TagClassName
{
border-color: #9F323D;
}
</style>