Shades of Guardsman Red #9F363D
Tints of Guardsman Red #9F363D
RGB
CMYK
RGB Variations
Color information
#9F363D (or 0x9F363D) is known color: Guardsman Red. HEX triplet: 9F, 36 and 3D. RGB value is (159,54,61). Sum of RGB (Red+Green+Blue) = 159+54+61=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F363D is #60C9C2. Grayscale: #565656. Windows color (decimal): -6343107 or 4011679. OLE color: 4011679.
HSL color Cylindrical-coordinate representation of color #9F363D: hue angle of 356º 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 #9F363D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 61 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.38 |
| HSL | 356º | 0.49% | 0.42% | - |
| HSV(B) | 356º | 0.66% | 0.62% | - |
| XYZ | 16.46 | 10.35 | 5.54 | - |
| YUV | 86.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 61 | 0 | 0.66 | 0.62 | 0.38 | 356 | 0.49 | 0.42 |
| Hex | 9F | 36 | 3D | 0 | 42 | 3E | 26 | 164 | 31 | 2A |
| Octal | 237 | 66 | 75 | 0 | 102 | 76 | 46 | 544 | 61 | 52 |
| Binary | 10011111 | 110110 | 111101 | 0 | 1000010 | 111110 | 100110 | 101100100 | 110001 | 101010 |
Color Harmonies of #9F363D
Complementary color
Monochromatic Colors of #9F363D
Black with #9F363D
Text Example
Text Example
White with #9F363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F363D; }
p { color: rgb(159,54,61); }
H1.HeaderClassName
{
color: #9F363D;
}
.AnyTagClassName
{
color: #9F363D;
}
</style>
background-color css
<style>
a { background-color: #9F363D; }
a { background-color: rgb(159,54,61); }
div.DivClassName
{
background-color: #9F363D;
}
.BgClassName
{
background-color: #9F363D;
}
</style>
border-color css
<style>
span { border-color: #9F363D; }
span { border-color: rgb(159,54,61); }
td.TdClassName
{
border-color: #9F363D;
}
.TagClassName
{
border-color: #9F363D;
}
</style>