Shades of Guardsman Red #99292D
Tints of Guardsman Red #99292D
RGB
CMYK
RGB Variations
Color information
#99292D (or 0x99292D) is known color: Guardsman Red. HEX triplet: 99, 29 and 2D. RGB value is (153,41,45). Sum of RGB (Red+Green+Blue) = 153+41+45=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #99292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99292D is #66D6D2. Grayscale: #4B4B4B. Windows color (decimal): -6739667 or 2959769. OLE color: 2959769.
HSL color Cylindrical-coordinate representation of color #99292D: hue angle of 357.86º degrees, saturation: 0.58, 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 #99292D is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 41 | 45 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.4 |
| HSL | 357.86º | 0.58% | 0.38% | - |
| HSV(B) | 357.86º | 0.73% | 0.6% | - |
| XYZ | 14.4 | 8.55 | 3.37 | - |
| YUV | 74.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 45 | 0 | 0.73 | 0.71 | 0.4 | 357.86 | 0.58 | 0.38 |
| Hex | 99 | 29 | 2D | 0 | 49 | 47 | 28 | 166 | 3A | 26 |
| Octal | 231 | 51 | 55 | 0 | 111 | 107 | 50 | 546 | 72 | 46 |
| Binary | 10011001 | 101001 | 101101 | 0 | 1001001 | 1000111 | 101000 | 101100110 | 111010 | 100110 |
Color Harmonies of #99292D
Complementary color
Monochromatic Colors of #99292D
Black with #99292D
Text Example
Text Example
White with #99292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99292D; }
p { color: rgb(153,41,45); }
H1.HeaderClassName
{
color: #99292D;
}
.AnyTagClassName
{
color: #99292D;
}
</style>
background-color css
<style>
a { background-color: #99292D; }
a { background-color: rgb(153,41,45); }
div.DivClassName
{
background-color: #99292D;
}
.BgClassName
{
background-color: #99292D;
}
</style>
border-color css
<style>
span { border-color: #99292D; }
span { border-color: rgb(153,41,45); }
td.TdClassName
{
border-color: #99292D;
}
.TagClassName
{
border-color: #99292D;
}
</style>