Shades of Guardsman Red #9F303B
Tints of Guardsman Red #9F303B
RGB
CMYK
RGB Variations
Color information
#9F303B (or 0x9F303B) is known color: Guardsman Red. HEX triplet: 9F, 30 and 3B. RGB value is (159,48,59). Sum of RGB (Red+Green+Blue) = 159+48+59=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F303B is #60CFC4. Grayscale: #525252. Windows color (decimal): -6344645 or 3879071. OLE color: 3879071.
HSL color Cylindrical-coordinate representation of color #9F303B: hue angle of 354.05º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F303B is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 48 | 59 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.38 |
| HSL | 354.05º | 0.54% | 0.41% | - |
| HSV(B) | 354.05º | 0.7% | 0.62% | - |
| XYZ | 16.14 | 9.8 | 5.18 | - |
| YUV | 82.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 59 | 0 | 0.70 | 0.63 | 0.38 | 354.05 | 0.54 | 0.41 |
| Hex | 9F | 30 | 3B | 0 | 46 | 3F | 26 | 162 | 36 | 29 |
| Octal | 237 | 60 | 73 | 0 | 106 | 77 | 46 | 542 | 66 | 51 |
| Binary | 10011111 | 110000 | 111011 | 0 | 1000110 | 111111 | 100110 | 101100010 | 110110 | 101001 |
Color Harmonies of #9F303B
Complementary color
Monochromatic Colors of #9F303B
Black with #9F303B
Text Example
Text Example
White with #9F303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F303B; }
p { color: rgb(159,48,59); }
H1.HeaderClassName
{
color: #9F303B;
}
.AnyTagClassName
{
color: #9F303B;
}
</style>
background-color css
<style>
a { background-color: #9F303B; }
a { background-color: rgb(159,48,59); }
div.DivClassName
{
background-color: #9F303B;
}
.BgClassName
{
background-color: #9F303B;
}
</style>
border-color css
<style>
span { border-color: #9F303B; }
span { border-color: rgb(159,48,59); }
td.TdClassName
{
border-color: #9F303B;
}
.TagClassName
{
border-color: #9F303B;
}
</style>