Shades of Guardsman Red #9F363B
Tints of Guardsman Red #9F363B
RGB
CMYK
RGB Variations
Color information
#9F363B (or 0x9F363B) is known color: Guardsman Red. HEX triplet: 9F, 36 and 3B. RGB value is (159,54,59). Sum of RGB (Red+Green+Blue) = 159+54+59=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F363B is #60C9C4. Grayscale: #565656. Windows color (decimal): -6343109 or 3880607. OLE color: 3880607.
HSL color Cylindrical-coordinate representation of color #9F363B: hue angle of 357.14º 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 #9F363B is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 59 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.38 |
| HSL | 357.14º | 0.49% | 0.42% | - |
| HSV(B) | 357.14º | 0.66% | 0.62% | - |
| XYZ | 16.41 | 10.33 | 5.27 | - |
| YUV | 85.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 59 | 0 | 0.66 | 0.63 | 0.38 | 357.14 | 0.49 | 0.42 |
| Hex | 9F | 36 | 3B | 0 | 42 | 3F | 26 | 165 | 31 | 2A |
| Octal | 237 | 66 | 73 | 0 | 102 | 77 | 46 | 545 | 61 | 52 |
| Binary | 10011111 | 110110 | 111011 | 0 | 1000010 | 111111 | 100110 | 101100101 | 110001 | 101010 |
Color Harmonies of #9F363B
Complementary color
Monochromatic Colors of #9F363B
Black with #9F363B
Text Example
Text Example
White with #9F363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F363B; }
p { color: rgb(159,54,59); }
H1.HeaderClassName
{
color: #9F363B;
}
.AnyTagClassName
{
color: #9F363B;
}
</style>
background-color css
<style>
a { background-color: #9F363B; }
a { background-color: rgb(159,54,59); }
div.DivClassName
{
background-color: #9F363B;
}
.BgClassName
{
background-color: #9F363B;
}
</style>
border-color css
<style>
span { border-color: #9F363B; }
span { border-color: rgb(159,54,59); }
td.TdClassName
{
border-color: #9F363B;
}
.TagClassName
{
border-color: #9F363B;
}
</style>