Shades of Guardsman Red #9F343A
Tints of Guardsman Red #9F343A
RGB
CMYK
RGB Variations
Color information
#9F343A (or 0x9F343A) is known color: Guardsman Red. HEX triplet: 9F, 34 and 3A. RGB value is (159,52,58). Sum of RGB (Red+Green+Blue) = 159+52+58=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F343A is #60CBC5. Grayscale: #545454. Windows color (decimal): -6343622 or 3814559. OLE color: 3814559.
HSL color Cylindrical-coordinate representation of color #9F343A: hue angle of 356.64º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F343A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 58 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.38 |
| HSL | 356.64º | 0.51% | 0.41% | - |
| HSV(B) | 356.64º | 0.67% | 0.62% | - |
| XYZ | 16.29 | 10.13 | 5.1 | - |
| YUV | 84.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 58 | 0 | 0.67 | 0.64 | 0.38 | 356.64 | 0.51 | 0.41 |
| Hex | 9F | 34 | 3A | 0 | 43 | 40 | 26 | 165 | 33 | 29 |
| Octal | 237 | 64 | 72 | 0 | 103 | 100 | 46 | 545 | 63 | 51 |
| Binary | 10011111 | 110100 | 111010 | 0 | 1000011 | 1000000 | 100110 | 101100101 | 110011 | 101001 |
Color Harmonies of #9F343A
Complementary color
Monochromatic Colors of #9F343A
Black with #9F343A
Text Example
Text Example
White with #9F343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F343A; }
p { color: rgb(159,52,58); }
H1.HeaderClassName
{
color: #9F343A;
}
.AnyTagClassName
{
color: #9F343A;
}
</style>
background-color css
<style>
a { background-color: #9F343A; }
a { background-color: rgb(159,52,58); }
div.DivClassName
{
background-color: #9F343A;
}
.BgClassName
{
background-color: #9F343A;
}
</style>
border-color css
<style>
span { border-color: #9F343A; }
span { border-color: rgb(159,52,58); }
td.TdClassName
{
border-color: #9F343A;
}
.TagClassName
{
border-color: #9F343A;
}
</style>