Shades of Guardsman Red #992A2C
Tints of Guardsman Red #992A2C
RGB
CMYK
RGB Variations
Color information
#992A2C (or 0x992A2C) is known color: Guardsman Red. HEX triplet: 99, 2A and 2C. RGB value is (153,42,44). Sum of RGB (Red+Green+Blue) = 153+42+44=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #992A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A2C is #66D5D3. Grayscale: #4B4B4B. Windows color (decimal): -6739412 or 2894489. OLE color: 2894489.
HSL color Cylindrical-coordinate representation of color #992A2C: hue angle of 358.92º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A2C is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 44 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.4 |
| HSL | 358.92º | 0.57% | 0.38% | - |
| HSV(B) | 358.92º | 0.73% | 0.6% | - |
| XYZ | 14.42 | 8.61 | 3.28 | - |
| YUV | 75.42 | 110.27 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 44 | 0 | 0.73 | 0.71 | 0.4 | 358.92 | 0.57 | 0.38 |
| Hex | 99 | 2A | 2C | 0 | 49 | 47 | 28 | 167 | 39 | 26 |
| Octal | 231 | 52 | 54 | 0 | 111 | 107 | 50 | 547 | 71 | 46 |
| Binary | 10011001 | 101010 | 101100 | 0 | 1001001 | 1000111 | 101000 | 101100111 | 111001 | 100110 |
Color Harmonies of #992A2C
Complementary color
Monochromatic Colors of #992A2C
Black with #992A2C
Text Example
Text Example
White with #992A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A2C; }
p { color: rgb(153,42,44); }
H1.HeaderClassName
{
color: #992A2C;
}
.AnyTagClassName
{
color: #992A2C;
}
</style>
background-color css
<style>
a { background-color: #992A2C; }
a { background-color: rgb(153,42,44); }
div.DivClassName
{
background-color: #992A2C;
}
.BgClassName
{
background-color: #992A2C;
}
</style>
border-color css
<style>
span { border-color: #992A2C; }
span { border-color: rgb(153,42,44); }
td.TdClassName
{
border-color: #992A2C;
}
.TagClassName
{
border-color: #992A2C;
}
</style>