Shades of Guardsman Red #9F2428
Tints of Guardsman Red #9F2428
RGB
CMYK
RGB Variations
Color information
#9F2428 (or 0x9F2428) is known color: Guardsman Red. HEX triplet: 9F, 24 and 28. RGB value is (159,36,40). Sum of RGB (Red+Green+Blue) = 159+36+40=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2428 is #60DBD7. Grayscale: #494949. Windows color (decimal): -6347736 or 2630815. OLE color: 2630815.
HSL color Cylindrical-coordinate representation of color #9F2428: hue angle of 358.05º 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 #9F2428 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 40 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.38 |
| HSL | 358.05º | 0.63% | 0.38% | - |
| HSV(B) | 358.05º | 0.77% | 0.62% | - |
| XYZ | 15.31 | 8.79 | 2.9 | - |
| YUV | 73.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 40 | 0 | 0.77 | 0.75 | 0.38 | 358.05 | 0.63 | 0.38 |
| Hex | 9F | 24 | 28 | 0 | 4D | 4B | 26 | 166 | 3F | 26 |
| Octal | 237 | 44 | 50 | 0 | 115 | 113 | 46 | 546 | 77 | 46 |
| Binary | 10011111 | 100100 | 101000 | 0 | 1001101 | 1001011 | 100110 | 101100110 | 111111 | 100110 |
Color Harmonies of #9F2428
Complementary color
Monochromatic Colors of #9F2428
Black with #9F2428
Text Example
Text Example
White with #9F2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2428; }
p { color: rgb(159,36,40); }
H1.HeaderClassName
{
color: #9F2428;
}
.AnyTagClassName
{
color: #9F2428;
}
</style>
background-color css
<style>
a { background-color: #9F2428; }
a { background-color: rgb(159,36,40); }
div.DivClassName
{
background-color: #9F2428;
}
.BgClassName
{
background-color: #9F2428;
}
</style>
border-color css
<style>
span { border-color: #9F2428; }
span { border-color: rgb(159,36,40); }
td.TdClassName
{
border-color: #9F2428;
}
.TagClassName
{
border-color: #9F2428;
}
</style>