Shades of Guardsman Red #9F2E38
Tints of Guardsman Red #9F2E38
RGB
CMYK
RGB Variations
Color information
#9F2E38 (or 0x9F2E38) is known color: Guardsman Red. HEX triplet: 9F, 2E and 38. RGB value is (159,46,56). Sum of RGB (Red+Green+Blue) = 159+46+56=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2E38 is #60D1C7. Grayscale: #505050. Windows color (decimal): -6345160 or 3681951. OLE color: 3681951.
HSL color Cylindrical-coordinate representation of color #9F2E38: hue angle of 354.69º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F2E38 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 46 | 56 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.38 |
| HSL | 354.69º | 0.55% | 0.4% | - |
| HSV(B) | 354.69º | 0.71% | 0.62% | - |
| XYZ | 15.99 | 9.61 | 4.75 | - |
| YUV | 80.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 56 | 0 | 0.71 | 0.65 | 0.38 | 354.69 | 0.55 | 0.4 |
| Hex | 9F | 2E | 38 | 0 | 47 | 41 | 26 | 163 | 37 | 28 |
| Octal | 237 | 56 | 70 | 0 | 107 | 101 | 46 | 543 | 67 | 50 |
| Binary | 10011111 | 101110 | 111000 | 0 | 1000111 | 1000001 | 100110 | 101100011 | 110111 | 101000 |
Color Harmonies of #9F2E38
Complementary color
Monochromatic Colors of #9F2E38
Black with #9F2E38
Text Example
Text Example
White with #9F2E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2E38; }
p { color: rgb(159,46,56); }
H1.HeaderClassName
{
color: #9F2E38;
}
.AnyTagClassName
{
color: #9F2E38;
}
</style>
background-color css
<style>
a { background-color: #9F2E38; }
a { background-color: rgb(159,46,56); }
div.DivClassName
{
background-color: #9F2E38;
}
.BgClassName
{
background-color: #9F2E38;
}
</style>
border-color css
<style>
span { border-color: #9F2E38; }
span { border-color: rgb(159,46,56); }
td.TdClassName
{
border-color: #9F2E38;
}
.TagClassName
{
border-color: #9F2E38;
}
</style>