Shades of Guardsman Red #9F3839
Tints of Guardsman Red #9F3839
RGB
CMYK
RGB Variations
Color information
#9F3839 (or 0x9F3839) is known color: Guardsman Red. HEX triplet: 9F, 38 and 39. RGB value is (159,56,57). Sum of RGB (Red+Green+Blue) = 159+56+57=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3839 is #60C7C6. Grayscale: #575757. Windows color (decimal): -6342599 or 3750047. OLE color: 3750047.
HSL color Cylindrical-coordinate representation of color #9F3839: hue angle of 359.42º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3839 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 57 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.38 |
| HSL | 359.42º | 0.48% | 0.42% | - |
| HSV(B) | 359.42º | 0.65% | 0.62% | - |
| XYZ | 16.45 | 10.49 | 5.03 | - |
| YUV | 86.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 57 | 0 | 0.65 | 0.64 | 0.38 | 359.42 | 0.48 | 0.42 |
| Hex | 9F | 38 | 39 | 0 | 41 | 40 | 26 | 167 | 30 | 2A |
| Octal | 237 | 70 | 71 | 0 | 101 | 100 | 46 | 547 | 60 | 52 |
| Binary | 10011111 | 111000 | 111001 | 0 | 1000001 | 1000000 | 100110 | 101100111 | 110000 | 101010 |
Color Harmonies of #9F3839
Complementary color
Monochromatic Colors of #9F3839
Black with #9F3839
Text Example
Text Example
White with #9F3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3839; }
p { color: rgb(159,56,57); }
H1.HeaderClassName
{
color: #9F3839;
}
.AnyTagClassName
{
color: #9F3839;
}
</style>
background-color css
<style>
a { background-color: #9F3839; }
a { background-color: rgb(159,56,57); }
div.DivClassName
{
background-color: #9F3839;
}
.BgClassName
{
background-color: #9F3839;
}
</style>
border-color css
<style>
span { border-color: #9F3839; }
span { border-color: rgb(159,56,57); }
td.TdClassName
{
border-color: #9F3839;
}
.TagClassName
{
border-color: #9F3839;
}
</style>