Shades of Guardsman Red #992F32
Tints of Guardsman Red #992F32
RGB
CMYK
RGB Variations
Color information
#992F32 (or 0x992F32) is known color: Guardsman Red. HEX triplet: 99, 2F and 32. RGB value is (153,47,50). Sum of RGB (Red+Green+Blue) = 153+47+50=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #992F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F32 is #66D0CD. Grayscale: #4F4F4F. Windows color (decimal): -6738126 or 3288985. OLE color: 3288985.
HSL color Cylindrical-coordinate representation of color #992F32: hue angle of 358.3º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #992F32 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 50 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.4 |
| HSL | 358.3º | 0.53% | 0.39% | - |
| HSV(B) | 358.3º | 0.69% | 0.6% | - |
| XYZ | 14.73 | 9.04 | 3.99 | - |
| YUV | 79.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 50 | 0 | 0.69 | 0.67 | 0.4 | 358.3 | 0.53 | 0.39 |
| Hex | 99 | 2F | 32 | 0 | 45 | 43 | 28 | 166 | 35 | 27 |
| Octal | 231 | 57 | 62 | 0 | 105 | 103 | 50 | 546 | 65 | 47 |
| Binary | 10011001 | 101111 | 110010 | 0 | 1000101 | 1000011 | 101000 | 101100110 | 110101 | 100111 |
Color Harmonies of #992F32
Complementary color
Monochromatic Colors of #992F32
Black with #992F32
Text Example
Text Example
White with #992F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F32; }
p { color: rgb(153,47,50); }
H1.HeaderClassName
{
color: #992F32;
}
.AnyTagClassName
{
color: #992F32;
}
</style>
background-color css
<style>
a { background-color: #992F32; }
a { background-color: rgb(153,47,50); }
div.DivClassName
{
background-color: #992F32;
}
.BgClassName
{
background-color: #992F32;
}
</style>
border-color css
<style>
span { border-color: #992F32; }
span { border-color: rgb(153,47,50); }
td.TdClassName
{
border-color: #992F32;
}
.TagClassName
{
border-color: #992F32;
}
</style>