Shades of Guardsman Red #9F2E30
Tints of Guardsman Red #9F2E30
RGB
CMYK
RGB Variations
Color information
#9F2E30 (or 0x9F2E30) is known color: Guardsman Red. HEX triplet: 9F, 2E and 30. RGB value is (159,46,48). Sum of RGB (Red+Green+Blue) = 159+46+48=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2E30 is #60D1CF. Grayscale: #505050. Windows color (decimal): -6345168 or 3157663. OLE color: 3157663.
HSL color Cylindrical-coordinate representation of color #9F2E30: hue angle of 358.94º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F2E30 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 46 | 48 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.38 |
| HSL | 358.94º | 0.55% | 0.4% | - |
| HSV(B) | 358.94º | 0.71% | 0.62% | - |
| XYZ | 15.81 | 9.54 | 3.8 | - |
| YUV | 80.02 | 109.94 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 48 | 0 | 0.71 | 0.70 | 0.38 | 358.94 | 0.55 | 0.4 |
| Hex | 9F | 2E | 30 | 0 | 47 | 46 | 26 | 167 | 37 | 28 |
| Octal | 237 | 56 | 60 | 0 | 107 | 106 | 46 | 547 | 67 | 50 |
| Binary | 10011111 | 101110 | 110000 | 0 | 1000111 | 1000110 | 100110 | 101100111 | 110111 | 101000 |
Color Harmonies of #9F2E30
Complementary color
Monochromatic Colors of #9F2E30
Black with #9F2E30
Text Example
Text Example
White with #9F2E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2E30; }
p { color: rgb(159,46,48); }
H1.HeaderClassName
{
color: #9F2E30;
}
.AnyTagClassName
{
color: #9F2E30;
}
</style>
background-color css
<style>
a { background-color: #9F2E30; }
a { background-color: rgb(159,46,48); }
div.DivClassName
{
background-color: #9F2E30;
}
.BgClassName
{
background-color: #9F2E30;
}
</style>
border-color css
<style>
span { border-color: #9F2E30; }
span { border-color: rgb(159,46,48); }
td.TdClassName
{
border-color: #9F2E30;
}
.TagClassName
{
border-color: #9F2E30;
}
</style>