Shades of Guardsman Red #9F2D32
Tints of Guardsman Red #9F2D32
RGB
CMYK
RGB Variations
Color information
#9F2D32 (or 0x9F2D32) is known color: Guardsman Red. HEX triplet: 9F, 2D and 32. RGB value is (159,45,50). Sum of RGB (Red+Green+Blue) = 159+45+50=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2D32 is #60D2CD. Grayscale: #4F4F4F. Windows color (decimal): -6345422 or 3288479. OLE color: 3288479.
HSL color Cylindrical-coordinate representation of color #9F2D32: hue angle of 357.37º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2D32 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 50 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.38 |
| HSL | 357.37º | 0.56% | 0.4% | - |
| HSV(B) | 357.37º | 0.72% | 0.62% | - |
| XYZ | 15.81 | 9.48 | 4.01 | - |
| YUV | 79.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 50 | 0 | 0.72 | 0.69 | 0.38 | 357.37 | 0.56 | 0.4 |
| Hex | 9F | 2D | 32 | 0 | 48 | 45 | 26 | 165 | 38 | 28 |
| Octal | 237 | 55 | 62 | 0 | 110 | 105 | 46 | 545 | 70 | 50 |
| Binary | 10011111 | 101101 | 110010 | 0 | 1001000 | 1000101 | 100110 | 101100101 | 111000 | 101000 |
Color Harmonies of #9F2D32
Complementary color
Monochromatic Colors of #9F2D32
Black with #9F2D32
Text Example
Text Example
White with #9F2D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D32; }
p { color: rgb(159,45,50); }
H1.HeaderClassName
{
color: #9F2D32;
}
.AnyTagClassName
{
color: #9F2D32;
}
</style>
background-color css
<style>
a { background-color: #9F2D32; }
a { background-color: rgb(159,45,50); }
div.DivClassName
{
background-color: #9F2D32;
}
.BgClassName
{
background-color: #9F2D32;
}
</style>
border-color css
<style>
span { border-color: #9F2D32; }
span { border-color: rgb(159,45,50); }
td.TdClassName
{
border-color: #9F2D32;
}
.TagClassName
{
border-color: #9F2D32;
}
</style>