Shades of Guardsman Red #9F373A
Tints of Guardsman Red #9F373A
RGB
CMYK
RGB Variations
Color information
#9F373A (or 0x9F373A) is known color: Guardsman Red. HEX triplet: 9F, 37 and 3A. RGB value is (159,55,58). Sum of RGB (Red+Green+Blue) = 159+55+58=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F373A is #60C8C5. Grayscale: #565656. Windows color (decimal): -6342854 or 3815327. OLE color: 3815327.
HSL color Cylindrical-coordinate representation of color #9F373A: hue angle of 358.27º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F373A is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 58 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.38 |
| HSL | 358.27º | 0.49% | 0.42% | - |
| HSV(B) | 358.27º | 0.65% | 0.62% | - |
| XYZ | 16.43 | 10.41 | 5.15 | - |
| YUV | 86.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 58 | 0 | 0.65 | 0.64 | 0.38 | 358.27 | 0.49 | 0.42 |
| Hex | 9F | 37 | 3A | 0 | 41 | 40 | 26 | 166 | 31 | 2A |
| Octal | 237 | 67 | 72 | 0 | 101 | 100 | 46 | 546 | 61 | 52 |
| Binary | 10011111 | 110111 | 111010 | 0 | 1000001 | 1000000 | 100110 | 101100110 | 110001 | 101010 |
Color Harmonies of #9F373A
Complementary color
Monochromatic Colors of #9F373A
Black with #9F373A
Text Example
Text Example
White with #9F373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F373A; }
p { color: rgb(159,55,58); }
H1.HeaderClassName
{
color: #9F373A;
}
.AnyTagClassName
{
color: #9F373A;
}
</style>
background-color css
<style>
a { background-color: #9F373A; }
a { background-color: rgb(159,55,58); }
div.DivClassName
{
background-color: #9F373A;
}
.BgClassName
{
background-color: #9F373A;
}
</style>
border-color css
<style>
span { border-color: #9F373A; }
span { border-color: rgb(159,55,58); }
td.TdClassName
{
border-color: #9F373A;
}
.TagClassName
{
border-color: #9F373A;
}
</style>