Shades of Guardsman Red #9F323C
Tints of Guardsman Red #9F323C
RGB
CMYK
RGB Variations
Color information
#9F323C (or 0x9F323C) is known color: Guardsman Red. HEX triplet: 9F, 32 and 3C. RGB value is (159,50,60). Sum of RGB (Red+Green+Blue) = 159+50+60=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F323C is #60CDC3. Grayscale: #535353. Windows color (decimal): -6344132 or 3945119. OLE color: 3945119.
HSL color Cylindrical-coordinate representation of color #9F323C: hue angle of 354.5º 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 #9F323C is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 60 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.38 |
| HSL | 354.5º | 0.52% | 0.41% | - |
| HSV(B) | 354.5º | 0.69% | 0.62% | - |
| XYZ | 16.25 | 9.98 | 5.34 | - |
| YUV | 83.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 60 | 0 | 0.69 | 0.62 | 0.38 | 354.5 | 0.52 | 0.41 |
| Hex | 9F | 32 | 3C | 0 | 45 | 3E | 26 | 162 | 34 | 29 |
| Octal | 237 | 62 | 74 | 0 | 105 | 76 | 46 | 542 | 64 | 51 |
| Binary | 10011111 | 110010 | 111100 | 0 | 1000101 | 111110 | 100110 | 101100010 | 110100 | 101001 |
Color Harmonies of #9F323C
Complementary color
Monochromatic Colors of #9F323C
Black with #9F323C
Text Example
Text Example
White with #9F323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F323C; }
p { color: rgb(159,50,60); }
H1.HeaderClassName
{
color: #9F323C;
}
.AnyTagClassName
{
color: #9F323C;
}
</style>
background-color css
<style>
a { background-color: #9F323C; }
a { background-color: rgb(159,50,60); }
div.DivClassName
{
background-color: #9F323C;
}
.BgClassName
{
background-color: #9F323C;
}
</style>
border-color css
<style>
span { border-color: #9F323C; }
span { border-color: rgb(159,50,60); }
td.TdClassName
{
border-color: #9F323C;
}
.TagClassName
{
border-color: #9F323C;
}
</style>