Shades of Guardsman Red #9F2A36
Tints of Guardsman Red #9F2A36
RGB
CMYK
RGB Variations
Color information
#9F2A36 (or 0x9F2A36) is known color: Guardsman Red. HEX triplet: 9F, 2A and 36. RGB value is (159,42,54). Sum of RGB (Red+Green+Blue) = 159+42+54=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2A36 is #60D5C9. Grayscale: #4E4E4E. Windows color (decimal): -6346186 or 3549855. OLE color: 3549855.
HSL color Cylindrical-coordinate representation of color #9F2A36: hue angle of 353.85º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2A36 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 54 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.38 |
| HSL | 353.85º | 0.58% | 0.39% | - |
| HSV(B) | 353.85º | 0.74% | 0.62% | - |
| XYZ | 15.79 | 9.29 | 4.45 | - |
| YUV | 78.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 54 | 0 | 0.74 | 0.66 | 0.38 | 353.85 | 0.58 | 0.39 |
| Hex | 9F | 2A | 36 | 0 | 4A | 42 | 26 | 162 | 3A | 27 |
| Octal | 237 | 52 | 66 | 0 | 112 | 102 | 46 | 542 | 72 | 47 |
| Binary | 10011111 | 101010 | 110110 | 0 | 1001010 | 1000010 | 100110 | 101100010 | 111010 | 100111 |
Color Harmonies of #9F2A36
Complementary color
Monochromatic Colors of #9F2A36
Black with #9F2A36
Text Example
Text Example
White with #9F2A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A36; }
p { color: rgb(159,42,54); }
H1.HeaderClassName
{
color: #9F2A36;
}
.AnyTagClassName
{
color: #9F2A36;
}
</style>
background-color css
<style>
a { background-color: #9F2A36; }
a { background-color: rgb(159,42,54); }
div.DivClassName
{
background-color: #9F2A36;
}
.BgClassName
{
background-color: #9F2A36;
}
</style>
border-color css
<style>
span { border-color: #9F2A36; }
span { border-color: rgb(159,42,54); }
td.TdClassName
{
border-color: #9F2A36;
}
.TagClassName
{
border-color: #9F2A36;
}
</style>