Shades of Guardsman Red #9F2429
Tints of Guardsman Red #9F2429
RGB
CMYK
RGB Variations
Color information
#9F2429 (or 0x9F2429) is known color: Guardsman Red. HEX triplet: 9F, 24 and 29. RGB value is (159,36,41). Sum of RGB (Red+Green+Blue) = 159+36+41=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2429 is #60DBD6. Grayscale: #494949. Windows color (decimal): -6347735 or 2696351. OLE color: 2696351.
HSL color Cylindrical-coordinate representation of color #9F2429: hue angle of 357.56º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2429 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 41 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.38 |
| HSL | 357.56º | 0.63% | 0.38% | - |
| HSV(B) | 357.56º | 0.77% | 0.62% | - |
| XYZ | 15.33 | 8.79 | 2.99 | - |
| YUV | 73.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 41 | 0 | 0.77 | 0.74 | 0.38 | 357.56 | 0.63 | 0.38 |
| Hex | 9F | 24 | 29 | 0 | 4D | 4A | 26 | 166 | 3F | 26 |
| Octal | 237 | 44 | 51 | 0 | 115 | 112 | 46 | 546 | 77 | 46 |
| Binary | 10011111 | 100100 | 101001 | 0 | 1001101 | 1001010 | 100110 | 101100110 | 111111 | 100110 |
Color Harmonies of #9F2429
Complementary color
Monochromatic Colors of #9F2429
Black with #9F2429
Text Example
Text Example
White with #9F2429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2429; }
p { color: rgb(159,36,41); }
H1.HeaderClassName
{
color: #9F2429;
}
.AnyTagClassName
{
color: #9F2429;
}
</style>
background-color css
<style>
a { background-color: #9F2429; }
a { background-color: rgb(159,36,41); }
div.DivClassName
{
background-color: #9F2429;
}
.BgClassName
{
background-color: #9F2429;
}
</style>
border-color css
<style>
span { border-color: #9F2429; }
span { border-color: rgb(159,36,41); }
td.TdClassName
{
border-color: #9F2429;
}
.TagClassName
{
border-color: #9F2429;
}
</style>