Shades of Guardsman Red #9F252A
Tints of Guardsman Red #9F252A
RGB
CMYK
RGB Variations
Color information
#9F252A (or 0x9F252A) is known color: Guardsman Red. HEX triplet: 9F, 25 and 2A. RGB value is (159,37,42). Sum of RGB (Red+Green+Blue) = 159+37+42=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F252A is #60DAD5. Grayscale: #4A4A4A. Windows color (decimal): -6347478 or 2762143. OLE color: 2762143.
HSL color Cylindrical-coordinate representation of color #9F252A: hue angle of 357.54º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F252A is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 42 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.38 |
| HSL | 357.54º | 0.62% | 0.38% | - |
| HSV(B) | 357.54º | 0.77% | 0.62% | - |
| XYZ | 15.38 | 8.86 | 3.09 | - |
| YUV | 74.05 | 109.92 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 42 | 0 | 0.77 | 0.74 | 0.38 | 357.54 | 0.62 | 0.38 |
| Hex | 9F | 25 | 2A | 0 | 4D | 4A | 26 | 166 | 3E | 26 |
| Octal | 237 | 45 | 52 | 0 | 115 | 112 | 46 | 546 | 76 | 46 |
| Binary | 10011111 | 100101 | 101010 | 0 | 1001101 | 1001010 | 100110 | 101100110 | 111110 | 100110 |
Color Harmonies of #9F252A
Complementary color
Monochromatic Colors of #9F252A
Black with #9F252A
Text Example
Text Example
White with #9F252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F252A; }
p { color: rgb(159,37,42); }
H1.HeaderClassName
{
color: #9F252A;
}
.AnyTagClassName
{
color: #9F252A;
}
</style>
background-color css
<style>
a { background-color: #9F252A; }
a { background-color: rgb(159,37,42); }
div.DivClassName
{
background-color: #9F252A;
}
.BgClassName
{
background-color: #9F252A;
}
</style>
border-color css
<style>
span { border-color: #9F252A; }
span { border-color: rgb(159,37,42); }
td.TdClassName
{
border-color: #9F252A;
}
.TagClassName
{
border-color: #9F252A;
}
</style>