Shades of Guardsman Red #9F3639
Tints of Guardsman Red #9F3639
RGB
CMYK
RGB Variations
Color information
#9F3639 (or 0x9F3639) is known color: Guardsman Red. HEX triplet: 9F, 36 and 39. RGB value is (159,54,57). Sum of RGB (Red+Green+Blue) = 159+54+57=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3639 is #60C9C6. Grayscale: #555555. Windows color (decimal): -6343111 or 3749535. OLE color: 3749535.
HSL color Cylindrical-coordinate representation of color #9F3639: hue angle of 358.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3639 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 57 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.38 |
| HSL | 358.29º | 0.49% | 0.42% | - |
| HSV(B) | 358.29º | 0.66% | 0.62% | - |
| XYZ | 16.36 | 10.3 | 5 | - |
| YUV | 85.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 57 | 0 | 0.66 | 0.64 | 0.38 | 358.29 | 0.49 | 0.42 |
| Hex | 9F | 36 | 39 | 0 | 42 | 40 | 26 | 166 | 31 | 2A |
| Octal | 237 | 66 | 71 | 0 | 102 | 100 | 46 | 546 | 61 | 52 |
| Binary | 10011111 | 110110 | 111001 | 0 | 1000010 | 1000000 | 100110 | 101100110 | 110001 | 101010 |
Color Harmonies of #9F3639
Complementary color
Monochromatic Colors of #9F3639
Black with #9F3639
Text Example
Text Example
White with #9F3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3639; }
p { color: rgb(159,54,57); }
H1.HeaderClassName
{
color: #9F3639;
}
.AnyTagClassName
{
color: #9F3639;
}
</style>
background-color css
<style>
a { background-color: #9F3639; }
a { background-color: rgb(159,54,57); }
div.DivClassName
{
background-color: #9F3639;
}
.BgClassName
{
background-color: #9F3639;
}
</style>
border-color css
<style>
span { border-color: #9F3639; }
span { border-color: rgb(159,54,57); }
td.TdClassName
{
border-color: #9F3639;
}
.TagClassName
{
border-color: #9F3639;
}
</style>