Shades of Guardsman Red #9F2630
Tints of Guardsman Red #9F2630
RGB
CMYK
RGB Variations
Color information
#9F2630 (or 0x9F2630) is known color: Guardsman Red. HEX triplet: 9F, 26 and 30. RGB value is (159,38,48). Sum of RGB (Red+Green+Blue) = 159+38+48=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2630 is #60D9CF. Grayscale: #4B4B4B. Windows color (decimal): -6347216 or 3155615. OLE color: 3155615.
HSL color Cylindrical-coordinate representation of color #9F2630: hue angle of 355.04º 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 #9F2630 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 48 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.38 |
| HSL | 355.04º | 0.61% | 0.39% | - |
| HSV(B) | 355.04º | 0.76% | 0.62% | - |
| XYZ | 15.52 | 8.97 | 3.71 | - |
| YUV | 75.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 48 | 0 | 0.76 | 0.70 | 0.38 | 355.04 | 0.61 | 0.39 |
| Hex | 9F | 26 | 30 | 0 | 4C | 46 | 26 | 163 | 3D | 27 |
| Octal | 237 | 46 | 60 | 0 | 114 | 106 | 46 | 543 | 75 | 47 |
| Binary | 10011111 | 100110 | 110000 | 0 | 1001100 | 1000110 | 100110 | 101100011 | 111101 | 100111 |
Color Harmonies of #9F2630
Complementary color
Monochromatic Colors of #9F2630
Black with #9F2630
Text Example
Text Example
White with #9F2630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2630; }
p { color: rgb(159,38,48); }
H1.HeaderClassName
{
color: #9F2630;
}
.AnyTagClassName
{
color: #9F2630;
}
</style>
background-color css
<style>
a { background-color: #9F2630; }
a { background-color: rgb(159,38,48); }
div.DivClassName
{
background-color: #9F2630;
}
.BgClassName
{
background-color: #9F2630;
}
</style>
border-color css
<style>
span { border-color: #9F2630; }
span { border-color: rgb(159,38,48); }
td.TdClassName
{
border-color: #9F2630;
}
.TagClassName
{
border-color: #9F2630;
}
</style>