Shades of Guardsman Red #992B31
Tints of Guardsman Red #992B31
RGB
CMYK
RGB Variations
Color information
#992B31 (or 0x992B31) is known color: Guardsman Red. HEX triplet: 99, 2B and 31. RGB value is (153,43,49). Sum of RGB (Red+Green+Blue) = 153+43+49=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #992B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992B31 is #66D4CE. Grayscale: #4C4C4C. Windows color (decimal): -6739151 or 3222425. OLE color: 3222425.
HSL color Cylindrical-coordinate representation of color #992B31: hue angle of 356.73º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992B31 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 49 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.4 |
| HSL | 356.73º | 0.56% | 0.38% | - |
| HSV(B) | 356.73º | 0.72% | 0.6% | - |
| XYZ | 14.56 | 8.72 | 3.82 | - |
| YUV | 76.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 49 | 0 | 0.72 | 0.68 | 0.4 | 356.73 | 0.56 | 0.38 |
| Hex | 99 | 2B | 31 | 0 | 48 | 44 | 28 | 165 | 38 | 26 |
| Octal | 231 | 53 | 61 | 0 | 110 | 104 | 50 | 545 | 70 | 46 |
| Binary | 10011001 | 101011 | 110001 | 0 | 1001000 | 1000100 | 101000 | 101100101 | 111000 | 100110 |
Color Harmonies of #992B31
Complementary color
Monochromatic Colors of #992B31
Black with #992B31
Text Example
Text Example
White with #992B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B31; }
p { color: rgb(153,43,49); }
H1.HeaderClassName
{
color: #992B31;
}
.AnyTagClassName
{
color: #992B31;
}
</style>
background-color css
<style>
a { background-color: #992B31; }
a { background-color: rgb(153,43,49); }
div.DivClassName
{
background-color: #992B31;
}
.BgClassName
{
background-color: #992B31;
}
</style>
border-color css
<style>
span { border-color: #992B31; }
span { border-color: rgb(153,43,49); }
td.TdClassName
{
border-color: #992B31;
}
.TagClassName
{
border-color: #992B31;
}
</style>