Shades of Guardsman Red #9F363A
Tints of Guardsman Red #9F363A
RGB
CMYK
RGB Variations
Color information
#9F363A (or 0x9F363A) is known color: Guardsman Red. HEX triplet: 9F, 36 and 3A. RGB value is (159,54,58). Sum of RGB (Red+Green+Blue) = 159+54+58=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F363A is #60C9C5. Grayscale: #555555. Windows color (decimal): -6343110 or 3815071. OLE color: 3815071.
HSL color Cylindrical-coordinate representation of color #9F363A: hue angle of 357.71º 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 #9F363A is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 58 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.38 |
| HSL | 357.71º | 0.49% | 0.42% | - |
| HSV(B) | 357.71º | 0.66% | 0.62% | - |
| XYZ | 16.38 | 10.31 | 5.13 | - |
| YUV | 85.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 58 | 0 | 0.66 | 0.64 | 0.38 | 357.71 | 0.49 | 0.42 |
| Hex | 9F | 36 | 3A | 0 | 42 | 40 | 26 | 166 | 31 | 2A |
| Octal | 237 | 66 | 72 | 0 | 102 | 100 | 46 | 546 | 61 | 52 |
| Binary | 10011111 | 110110 | 111010 | 0 | 1000010 | 1000000 | 100110 | 101100110 | 110001 | 101010 |
Color Harmonies of #9F363A
Complementary color
Monochromatic Colors of #9F363A
Black with #9F363A
Text Example
Text Example
White with #9F363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F363A; }
p { color: rgb(159,54,58); }
H1.HeaderClassName
{
color: #9F363A;
}
.AnyTagClassName
{
color: #9F363A;
}
</style>
background-color css
<style>
a { background-color: #9F363A; }
a { background-color: rgb(159,54,58); }
div.DivClassName
{
background-color: #9F363A;
}
.BgClassName
{
background-color: #9F363A;
}
</style>
border-color css
<style>
span { border-color: #9F363A; }
span { border-color: rgb(159,54,58); }
td.TdClassName
{
border-color: #9F363A;
}
.TagClassName
{
border-color: #9F363A;
}
</style>