Shades of Guardsman Red #992F3E
Tints of Guardsman Red #992F3E
RGB
CMYK
RGB Variations
Color information
#992F3E (or 0x992F3E) is known color: Guardsman Red. HEX triplet: 99, 2F and 3E. RGB value is (153,47,62). Sum of RGB (Red+Green+Blue) = 153+47+62=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #992F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F3E is #66D0C1. Grayscale: #505050. Windows color (decimal): -6738114 or 4075417. OLE color: 4075417.
HSL color Cylindrical-coordinate representation of color #992F3E: hue angle of 351.51º 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 #992F3E is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 62 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.4 |
| HSL | 351.51º | 0.53% | 0.39% | - |
| HSV(B) | 351.51º | 0.69% | 0.6% | - |
| XYZ | 15.02 | 9.15 | 5.53 | - |
| YUV | 80.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 62 | 0 | 0.69 | 0.59 | 0.4 | 351.51 | 0.53 | 0.39 |
| Hex | 99 | 2F | 3E | 0 | 45 | 3B | 28 | 160 | 35 | 27 |
| Octal | 231 | 57 | 76 | 0 | 105 | 73 | 50 | 540 | 65 | 47 |
| Binary | 10011001 | 101111 | 111110 | 0 | 1000101 | 111011 | 101000 | 101100000 | 110101 | 100111 |
Color Harmonies of #992F3E
Complementary color
Monochromatic Colors of #992F3E
Black with #992F3E
Text Example
Text Example
White with #992F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F3E; }
p { color: rgb(153,47,62); }
H1.HeaderClassName
{
color: #992F3E;
}
.AnyTagClassName
{
color: #992F3E;
}
</style>
background-color css
<style>
a { background-color: #992F3E; }
a { background-color: rgb(153,47,62); }
div.DivClassName
{
background-color: #992F3E;
}
.BgClassName
{
background-color: #992F3E;
}
</style>
border-color css
<style>
span { border-color: #992F3E; }
span { border-color: rgb(153,47,62); }
td.TdClassName
{
border-color: #992F3E;
}
.TagClassName
{
border-color: #992F3E;
}
</style>