Shades of Guardsman Red #9F2933
Tints of Guardsman Red #9F2933
RGB
CMYK
RGB Variations
Color information
#9F2933 (or 0x9F2933) is known color: Guardsman Red. HEX triplet: 9F, 29 and 33. RGB value is (159,41,51). Sum of RGB (Red+Green+Blue) = 159+41+51=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2933 is #60D6CC. Grayscale: #4D4D4D. Windows color (decimal): -6346445 or 3352991. OLE color: 3352991.
HSL color Cylindrical-coordinate representation of color #9F2933: hue angle of 354.92º 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 #9F2933 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 51 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.38 |
| HSL | 354.92º | 0.59% | 0.39% | - |
| HSV(B) | 354.92º | 0.74% | 0.62% | - |
| XYZ | 15.69 | 9.2 | 4.08 | - |
| YUV | 77.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 51 | 0 | 0.74 | 0.68 | 0.38 | 354.92 | 0.59 | 0.39 |
| Hex | 9F | 29 | 33 | 0 | 4A | 44 | 26 | 163 | 3B | 27 |
| Octal | 237 | 51 | 63 | 0 | 112 | 104 | 46 | 543 | 73 | 47 |
| Binary | 10011111 | 101001 | 110011 | 0 | 1001010 | 1000100 | 100110 | 101100011 | 111011 | 100111 |
Color Harmonies of #9F2933
Complementary color
Monochromatic Colors of #9F2933
Black with #9F2933
Text Example
Text Example
White with #9F2933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2933; }
p { color: rgb(159,41,51); }
H1.HeaderClassName
{
color: #9F2933;
}
.AnyTagClassName
{
color: #9F2933;
}
</style>
background-color css
<style>
a { background-color: #9F2933; }
a { background-color: rgb(159,41,51); }
div.DivClassName
{
background-color: #9F2933;
}
.BgClassName
{
background-color: #9F2933;
}
</style>
border-color css
<style>
span { border-color: #9F2933; }
span { border-color: rgb(159,41,51); }
td.TdClassName
{
border-color: #9F2933;
}
.TagClassName
{
border-color: #9F2933;
}
</style>