Shades of Guardsman Red #992B2D
Tints of Guardsman Red #992B2D
RGB
CMYK
RGB Variations
Color information
#992B2D (or 0x992B2D) is known color: Guardsman Red. HEX triplet: 99, 2B and 2D. RGB value is (153,43,45). Sum of RGB (Red+Green+Blue) = 153+43+45=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #992B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992B2D is #66D4D2. Grayscale: #4C4C4C. Windows color (decimal): -6739155 or 2960281. OLE color: 2960281.
HSL color Cylindrical-coordinate representation of color #992B2D: hue angle of 358.91º 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 #992B2D is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 45 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.4 |
| HSL | 358.91º | 0.56% | 0.38% | - |
| HSV(B) | 358.91º | 0.72% | 0.6% | - |
| XYZ | 14.47 | 8.69 | 3.4 | - |
| YUV | 76.12 | 110.44 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 45 | 0 | 0.72 | 0.71 | 0.4 | 358.91 | 0.56 | 0.38 |
| Hex | 99 | 2B | 2D | 0 | 48 | 47 | 28 | 167 | 38 | 26 |
| Octal | 231 | 53 | 55 | 0 | 110 | 107 | 50 | 547 | 70 | 46 |
| Binary | 10011001 | 101011 | 101101 | 0 | 1001000 | 1000111 | 101000 | 101100111 | 111000 | 100110 |
Color Harmonies of #992B2D
Complementary color
Monochromatic Colors of #992B2D
Black with #992B2D
Text Example
Text Example
White with #992B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B2D; }
p { color: rgb(153,43,45); }
H1.HeaderClassName
{
color: #992B2D;
}
.AnyTagClassName
{
color: #992B2D;
}
</style>
background-color css
<style>
a { background-color: #992B2D; }
a { background-color: rgb(153,43,45); }
div.DivClassName
{
background-color: #992B2D;
}
.BgClassName
{
background-color: #992B2D;
}
</style>
border-color css
<style>
span { border-color: #992B2D; }
span { border-color: rgb(153,43,45); }
td.TdClassName
{
border-color: #992B2D;
}
.TagClassName
{
border-color: #992B2D;
}
</style>