Shades of Guardsman Red #9F2629
Tints of Guardsman Red #9F2629
RGB
CMYK
RGB Variations
Color information
#9F2629 (or 0x9F2629) is known color: Guardsman Red. HEX triplet: 9F, 26 and 29. RGB value is (159,38,41). Sum of RGB (Red+Green+Blue) = 159+38+41=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2629 is #60D9D6. Grayscale: #4A4A4A. Windows color (decimal): -6347223 or 2696863. OLE color: 2696863.
HSL color Cylindrical-coordinate representation of color #9F2629: hue angle of 358.51º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2629 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 41 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.38 |
| HSL | 358.51º | 0.61% | 0.39% | - |
| HSV(B) | 358.51º | 0.76% | 0.62% | - |
| XYZ | 15.39 | 8.92 | 3.01 | - |
| YUV | 74.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 41 | 0 | 0.76 | 0.74 | 0.38 | 358.51 | 0.61 | 0.39 |
| Hex | 9F | 26 | 29 | 0 | 4C | 4A | 26 | 167 | 3D | 27 |
| Octal | 237 | 46 | 51 | 0 | 114 | 112 | 46 | 547 | 75 | 47 |
| Binary | 10011111 | 100110 | 101001 | 0 | 1001100 | 1001010 | 100110 | 101100111 | 111101 | 100111 |
Color Harmonies of #9F2629
Complementary color
Monochromatic Colors of #9F2629
Black with #9F2629
Text Example
Text Example
White with #9F2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2629; }
p { color: rgb(159,38,41); }
H1.HeaderClassName
{
color: #9F2629;
}
.AnyTagClassName
{
color: #9F2629;
}
</style>
background-color css
<style>
a { background-color: #9F2629; }
a { background-color: rgb(159,38,41); }
div.DivClassName
{
background-color: #9F2629;
}
.BgClassName
{
background-color: #9F2629;
}
</style>
border-color css
<style>
span { border-color: #9F2629; }
span { border-color: rgb(159,38,41); }
td.TdClassName
{
border-color: #9F2629;
}
.TagClassName
{
border-color: #9F2629;
}
</style>