Shades of Guardsman Red #9F363C
Tints of Guardsman Red #9F363C
RGB
CMYK
RGB Variations
Color information
#9F363C (or 0x9F363C) is known color: Guardsman Red. HEX triplet: 9F, 36 and 3C. RGB value is (159,54,60). Sum of RGB (Red+Green+Blue) = 159+54+60=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F363C is #60C9C3. Grayscale: #565656. Windows color (decimal): -6343108 or 3946143. OLE color: 3946143.
HSL color Cylindrical-coordinate representation of color #9F363C: hue angle of 356.57º 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 #9F363C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 60 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.38 |
| HSL | 356.57º | 0.49% | 0.42% | - |
| HSV(B) | 356.57º | 0.66% | 0.62% | - |
| XYZ | 16.43 | 10.34 | 5.4 | - |
| YUV | 86.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 60 | 0 | 0.66 | 0.62 | 0.38 | 356.57 | 0.49 | 0.42 |
| Hex | 9F | 36 | 3C | 0 | 42 | 3E | 26 | 165 | 31 | 2A |
| Octal | 237 | 66 | 74 | 0 | 102 | 76 | 46 | 545 | 61 | 52 |
| Binary | 10011111 | 110110 | 111100 | 0 | 1000010 | 111110 | 100110 | 101100101 | 110001 | 101010 |
Color Harmonies of #9F363C
Complementary color
Monochromatic Colors of #9F363C
Black with #9F363C
Text Example
Text Example
White with #9F363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F363C; }
p { color: rgb(159,54,60); }
H1.HeaderClassName
{
color: #9F363C;
}
.AnyTagClassName
{
color: #9F363C;
}
</style>
background-color css
<style>
a { background-color: #9F363C; }
a { background-color: rgb(159,54,60); }
div.DivClassName
{
background-color: #9F363C;
}
.BgClassName
{
background-color: #9F363C;
}
</style>
border-color css
<style>
span { border-color: #9F363C; }
span { border-color: rgb(159,54,60); }
td.TdClassName
{
border-color: #9F363C;
}
.TagClassName
{
border-color: #9F363C;
}
</style>