Shades of Guardsman Red #992C2D
Tints of Guardsman Red #992C2D
RGB
CMYK
RGB Variations
Color information
#992C2D (or 0x992C2D) is known color: Guardsman Red. HEX triplet: 99, 2C and 2D. RGB value is (153,44,45). Sum of RGB (Red+Green+Blue) = 153+44+45=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #992C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C2D is #66D3D2. Grayscale: #4C4C4C. Windows color (decimal): -6738899 or 2960537. OLE color: 2960537.
HSL color Cylindrical-coordinate representation of color #992C2D: hue angle of 359.45º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992C2D is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 45 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.4 |
| HSL | 359.45º | 0.55% | 0.39% | - |
| HSV(B) | 359.45º | 0.71% | 0.6% | - |
| XYZ | 14.51 | 8.76 | 3.41 | - |
| YUV | 76.71 | 110.11 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 45 | 0 | 0.71 | 0.71 | 0.4 | 359.45 | 0.55 | 0.39 |
| Hex | 99 | 2C | 2D | 0 | 47 | 47 | 28 | 167 | 37 | 27 |
| Octal | 231 | 54 | 55 | 0 | 107 | 107 | 50 | 547 | 67 | 47 |
| Binary | 10011001 | 101100 | 101101 | 0 | 1000111 | 1000111 | 101000 | 101100111 | 110111 | 100111 |
Color Harmonies of #992C2D
Complementary color
Monochromatic Colors of #992C2D
Black with #992C2D
Text Example
Text Example
White with #992C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C2D; }
p { color: rgb(153,44,45); }
H1.HeaderClassName
{
color: #992C2D;
}
.AnyTagClassName
{
color: #992C2D;
}
</style>
background-color css
<style>
a { background-color: #992C2D; }
a { background-color: rgb(153,44,45); }
div.DivClassName
{
background-color: #992C2D;
}
.BgClassName
{
background-color: #992C2D;
}
</style>
border-color css
<style>
span { border-color: #992C2D; }
span { border-color: rgb(153,44,45); }
td.TdClassName
{
border-color: #992C2D;
}
.TagClassName
{
border-color: #992C2D;
}
</style>