Shades of Guardsman Red #992F37
Tints of Guardsman Red #992F37
RGB
CMYK
RGB Variations
Color information
#992F37 (or 0x992F37) is known color: Guardsman Red. HEX triplet: 99, 2F and 37. RGB value is (153,47,55). Sum of RGB (Red+Green+Blue) = 153+47+55=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #992F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F37 is #66D0C8. Grayscale: #4F4F4F. Windows color (decimal): -6738121 or 3616665. OLE color: 3616665.
HSL color Cylindrical-coordinate representation of color #992F37: hue angle of 355.47º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #992F37 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 55 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.4 |
| HSL | 355.47º | 0.53% | 0.39% | - |
| HSV(B) | 355.47º | 0.69% | 0.6% | - |
| XYZ | 14.84 | 9.08 | 4.58 | - |
| YUV | 79.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 55 | 0 | 0.69 | 0.64 | 0.4 | 355.47 | 0.53 | 0.39 |
| Hex | 99 | 2F | 37 | 0 | 45 | 40 | 28 | 163 | 35 | 27 |
| Octal | 231 | 57 | 67 | 0 | 105 | 100 | 50 | 543 | 65 | 47 |
| Binary | 10011001 | 101111 | 110111 | 0 | 1000101 | 1000000 | 101000 | 101100011 | 110101 | 100111 |
Color Harmonies of #992F37
Complementary color
Monochromatic Colors of #992F37
Black with #992F37
Text Example
Text Example
White with #992F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F37; }
p { color: rgb(153,47,55); }
H1.HeaderClassName
{
color: #992F37;
}
.AnyTagClassName
{
color: #992F37;
}
</style>
background-color css
<style>
a { background-color: #992F37; }
a { background-color: rgb(153,47,55); }
div.DivClassName
{
background-color: #992F37;
}
.BgClassName
{
background-color: #992F37;
}
</style>
border-color css
<style>
span { border-color: #992F37; }
span { border-color: rgb(153,47,55); }
td.TdClassName
{
border-color: #992F37;
}
.TagClassName
{
border-color: #992F37;
}
</style>