Shades of Guardsman Red #9F3240
Tints of Guardsman Red #9F3240
RGB
CMYK
RGB Variations
Color information
#9F3240 (or 0x9F3240) is known color: Guardsman Red. HEX triplet: 9F, 32 and 40. RGB value is (159,50,64). Sum of RGB (Red+Green+Blue) = 159+50+64=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3240 is #60CDBF. Grayscale: #545454. Windows color (decimal): -6344128 or 4207263. OLE color: 4207263.
HSL color Cylindrical-coordinate representation of color #9F3240: hue angle of 352.29º 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 #9F3240 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 64 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.38 |
| HSL | 352.29º | 0.52% | 0.41% | - |
| HSV(B) | 352.29º | 0.69% | 0.62% | - |
| XYZ | 16.36 | 10.02 | 5.92 | - |
| YUV | 84.19 | 116.61 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 64 | 0 | 0.69 | 0.60 | 0.38 | 352.29 | 0.52 | 0.41 |
| Hex | 9F | 32 | 40 | 0 | 45 | 3C | 26 | 160 | 34 | 29 |
| Octal | 237 | 62 | 100 | 0 | 105 | 74 | 46 | 540 | 64 | 51 |
| Binary | 10011111 | 110010 | 1000000 | 0 | 1000101 | 111100 | 100110 | 101100000 | 110100 | 101001 |
Color Harmonies of #9F3240
Complementary color
Monochromatic Colors of #9F3240
Black with #9F3240
Text Example
Text Example
White with #9F3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3240; }
p { color: rgb(159,50,64); }
H1.HeaderClassName
{
color: #9F3240;
}
.AnyTagClassName
{
color: #9F3240;
}
</style>
background-color css
<style>
a { background-color: #9F3240; }
a { background-color: rgb(159,50,64); }
div.DivClassName
{
background-color: #9F3240;
}
.BgClassName
{
background-color: #9F3240;
}
</style>
border-color css
<style>
span { border-color: #9F3240; }
span { border-color: rgb(159,50,64); }
td.TdClassName
{
border-color: #9F3240;
}
.TagClassName
{
border-color: #9F3240;
}
</style>