Shades of Guardsman Red #9F2934
Tints of Guardsman Red #9F2934
RGB
CMYK
RGB Variations
Color information
#9F2934 (or 0x9F2934) is known color: Guardsman Red. HEX triplet: 9F, 29 and 34. RGB value is (159,41,52). Sum of RGB (Red+Green+Blue) = 159+41+52=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2934 is #60D6CB. Grayscale: #4D4D4D. Windows color (decimal): -6346444 or 3418527. OLE color: 3418527.
HSL color Cylindrical-coordinate representation of color #9F2934: hue angle of 354.41º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2934 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 52 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.38 |
| HSL | 354.41º | 0.59% | 0.39% | - |
| HSV(B) | 354.41º | 0.74% | 0.62% | - |
| XYZ | 15.71 | 9.2 | 4.2 | - |
| YUV | 77.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 52 | 0 | 0.74 | 0.67 | 0.38 | 354.41 | 0.59 | 0.39 |
| Hex | 9F | 29 | 34 | 0 | 4A | 43 | 26 | 162 | 3B | 27 |
| Octal | 237 | 51 | 64 | 0 | 112 | 103 | 46 | 542 | 73 | 47 |
| Binary | 10011111 | 101001 | 110100 | 0 | 1001010 | 1000011 | 100110 | 101100010 | 111011 | 100111 |
Color Harmonies of #9F2934
Complementary color
Monochromatic Colors of #9F2934
Black with #9F2934
Text Example
Text Example
White with #9F2934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2934; }
p { color: rgb(159,41,52); }
H1.HeaderClassName
{
color: #9F2934;
}
.AnyTagClassName
{
color: #9F2934;
}
</style>
background-color css
<style>
a { background-color: #9F2934; }
a { background-color: rgb(159,41,52); }
div.DivClassName
{
background-color: #9F2934;
}
.BgClassName
{
background-color: #9F2934;
}
</style>
border-color css
<style>
span { border-color: #9F2934; }
span { border-color: rgb(159,41,52); }
td.TdClassName
{
border-color: #9F2934;
}
.TagClassName
{
border-color: #9F2934;
}
</style>