Shades of Guardsman Red #9F3338
Tints of Guardsman Red #9F3338
RGB
CMYK
RGB Variations
Color information
#9F3338 (or 0x9F3338) is known color: Guardsman Red. HEX triplet: 9F, 33 and 38. RGB value is (159,51,56). Sum of RGB (Red+Green+Blue) = 159+51+56=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3338 is #60CCC7. Grayscale: #535353. Windows color (decimal): -6343880 or 3683231. OLE color: 3683231.
HSL color Cylindrical-coordinate representation of color #9F3338: hue angle of 357.22º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F3338 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 56 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.38 |
| HSL | 357.22º | 0.51% | 0.41% | - |
| HSV(B) | 357.22º | 0.68% | 0.62% | - |
| XYZ | 16.2 | 10.02 | 4.82 | - |
| YUV | 83.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 56 | 0 | 0.68 | 0.65 | 0.38 | 357.22 | 0.51 | 0.41 |
| Hex | 9F | 33 | 38 | 0 | 44 | 41 | 26 | 165 | 33 | 29 |
| Octal | 237 | 63 | 70 | 0 | 104 | 101 | 46 | 545 | 63 | 51 |
| Binary | 10011111 | 110011 | 111000 | 0 | 1000100 | 1000001 | 100110 | 101100101 | 110011 | 101001 |
Color Harmonies of #9F3338
Complementary color
Monochromatic Colors of #9F3338
Black with #9F3338
Text Example
Text Example
White with #9F3338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3338; }
p { color: rgb(159,51,56); }
H1.HeaderClassName
{
color: #9F3338;
}
.AnyTagClassName
{
color: #9F3338;
}
</style>
background-color css
<style>
a { background-color: #9F3338; }
a { background-color: rgb(159,51,56); }
div.DivClassName
{
background-color: #9F3338;
}
.BgClassName
{
background-color: #9F3338;
}
</style>
border-color css
<style>
span { border-color: #9F3338; }
span { border-color: rgb(159,51,56); }
td.TdClassName
{
border-color: #9F3338;
}
.TagClassName
{
border-color: #9F3338;
}
</style>