Shades of Guardsman Red #992B32
Tints of Guardsman Red #992B32
RGB
CMYK
RGB Variations
Color information
#992B32 (or 0x992B32) is known color: Guardsman Red. HEX triplet: 99, 2B and 32. RGB value is (153,43,50). Sum of RGB (Red+Green+Blue) = 153+43+50=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #992B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992B32 is #66D4CD. Grayscale: #4C4C4C. Windows color (decimal): -6739150 or 3287961. OLE color: 3287961.
HSL color Cylindrical-coordinate representation of color #992B32: hue angle of 356.18º 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 #992B32 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 50 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.4 |
| HSL | 356.18º | 0.56% | 0.38% | - |
| HSV(B) | 356.18º | 0.72% | 0.6% | - |
| XYZ | 14.58 | 8.73 | 3.93 | - |
| YUV | 76.69 | 112.94 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 50 | 0 | 0.72 | 0.67 | 0.4 | 356.18 | 0.56 | 0.38 |
| Hex | 99 | 2B | 32 | 0 | 48 | 43 | 28 | 164 | 38 | 26 |
| Octal | 231 | 53 | 62 | 0 | 110 | 103 | 50 | 544 | 70 | 46 |
| Binary | 10011001 | 101011 | 110010 | 0 | 1001000 | 1000011 | 101000 | 101100100 | 111000 | 100110 |
Color Harmonies of #992B32
Complementary color
Monochromatic Colors of #992B32
Black with #992B32
Text Example
Text Example
White with #992B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B32; }
p { color: rgb(153,43,50); }
H1.HeaderClassName
{
color: #992B32;
}
.AnyTagClassName
{
color: #992B32;
}
</style>
background-color css
<style>
a { background-color: #992B32; }
a { background-color: rgb(153,43,50); }
div.DivClassName
{
background-color: #992B32;
}
.BgClassName
{
background-color: #992B32;
}
</style>
border-color css
<style>
span { border-color: #992B32; }
span { border-color: rgb(153,43,50); }
td.TdClassName
{
border-color: #992B32;
}
.TagClassName
{
border-color: #992B32;
}
</style>