Shades of Guardsman Red #9F2D2F
Tints of Guardsman Red #9F2D2F
RGB
CMYK
RGB Variations
Color information
#9F2D2F (or 0x9F2D2F) is known color: Guardsman Red. HEX triplet: 9F, 2D and 2F. RGB value is (159,45,47). Sum of RGB (Red+Green+Blue) = 159+45+47=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2D2F is #60D2D0. Grayscale: #4F4F4F. Windows color (decimal): -6345425 or 3091871. OLE color: 3091871.
HSL color Cylindrical-coordinate representation of color #9F2D2F: hue angle of 358.95º 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 #9F2D2F is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 47 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.38 |
| HSL | 358.95º | 0.56% | 0.4% | - |
| HSV(B) | 358.95º | 0.72% | 0.62% | - |
| XYZ | 15.75 | 9.45 | 3.68 | - |
| YUV | 79.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 47 | 0 | 0.72 | 0.70 | 0.38 | 358.95 | 0.56 | 0.4 |
| Hex | 9F | 2D | 2F | 0 | 48 | 46 | 26 | 167 | 38 | 28 |
| Octal | 237 | 55 | 57 | 0 | 110 | 106 | 46 | 547 | 70 | 50 |
| Binary | 10011111 | 101101 | 101111 | 0 | 1001000 | 1000110 | 100110 | 101100111 | 111000 | 101000 |
Color Harmonies of #9F2D2F
Complementary color
Monochromatic Colors of #9F2D2F
Black with #9F2D2F
Text Example
Text Example
White with #9F2D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D2F; }
p { color: rgb(159,45,47); }
H1.HeaderClassName
{
color: #9F2D2F;
}
.AnyTagClassName
{
color: #9F2D2F;
}
</style>
background-color css
<style>
a { background-color: #9F2D2F; }
a { background-color: rgb(159,45,47); }
div.DivClassName
{
background-color: #9F2D2F;
}
.BgClassName
{
background-color: #9F2D2F;
}
</style>
border-color css
<style>
span { border-color: #9F2D2F; }
span { border-color: rgb(159,45,47); }
td.TdClassName
{
border-color: #9F2D2F;
}
.TagClassName
{
border-color: #9F2D2F;
}
</style>