Shades of Guardsman Red #9F2A2B
Tints of Guardsman Red #9F2A2B
RGB
CMYK
RGB Variations
Color information
#9F2A2B (or 0x9F2A2B) is known color: Guardsman Red. HEX triplet: 9F, 2A and 2B. RGB value is (159,42,43). Sum of RGB (Red+Green+Blue) = 159+42+43=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2A2B is #60D5D4. Grayscale: #4D4D4D. Windows color (decimal): -6346197 or 2828959. OLE color: 2828959.
HSL color Cylindrical-coordinate representation of color #9F2A2B: hue angle of 359.49º 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 #9F2A2B is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 43 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.38 |
| HSL | 359.49º | 0.58% | 0.39% | - |
| HSV(B) | 359.49º | 0.74% | 0.62% | - |
| XYZ | 15.56 | 9.2 | 3.24 | - |
| YUV | 77.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 43 | 0 | 0.74 | 0.73 | 0.38 | 359.49 | 0.58 | 0.39 |
| Hex | 9F | 2A | 2B | 0 | 4A | 49 | 26 | 167 | 3A | 27 |
| Octal | 237 | 52 | 53 | 0 | 112 | 111 | 46 | 547 | 72 | 47 |
| Binary | 10011111 | 101010 | 101011 | 0 | 1001010 | 1001001 | 100110 | 101100111 | 111010 | 100111 |
Color Harmonies of #9F2A2B
Complementary color
Monochromatic Colors of #9F2A2B
Black with #9F2A2B
Text Example
Text Example
White with #9F2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A2B; }
p { color: rgb(159,42,43); }
H1.HeaderClassName
{
color: #9F2A2B;
}
.AnyTagClassName
{
color: #9F2A2B;
}
</style>
background-color css
<style>
a { background-color: #9F2A2B; }
a { background-color: rgb(159,42,43); }
div.DivClassName
{
background-color: #9F2A2B;
}
.BgClassName
{
background-color: #9F2A2B;
}
</style>
border-color css
<style>
span { border-color: #9F2A2B; }
span { border-color: rgb(159,42,43); }
td.TdClassName
{
border-color: #9F2A2B;
}
.TagClassName
{
border-color: #9F2A2B;
}
</style>