Shades of Guardsman Red #932E32
Tints of Guardsman Red #932E32
RGB
CMYK
RGB Variations
Color information
#932E32 (or 0x932E32) is known color: Guardsman Red. HEX triplet: 93, 2E and 32. RGB value is (147,46,50). Sum of RGB (Red+Green+Blue) = 147+46+50=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #932E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932E32 is #6CD1CD. Grayscale: #4C4C4C. Windows color (decimal): -7131598 or 3288723. OLE color: 3288723.
HSL color Cylindrical-coordinate representation of color #932E32: hue angle of 357.62º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932E32 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 46 | 50 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.42 |
| HSL | 357.62º | 0.52% | 0.38% | - |
| HSV(B) | 357.62º | 0.69% | 0.58% | - |
| XYZ | 13.59 | 8.39 | 3.92 | - |
| YUV | 76.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 46 | 50 | 0 | 0.69 | 0.66 | 0.42 | 357.62 | 0.52 | 0.38 |
| Hex | 93 | 2E | 32 | 0 | 45 | 42 | 2A | 166 | 34 | 26 |
| Octal | 223 | 56 | 62 | 0 | 105 | 102 | 52 | 546 | 64 | 46 |
| Binary | 10010011 | 101110 | 110010 | 0 | 1000101 | 1000010 | 101010 | 101100110 | 110100 | 100110 |
Color Harmonies of #932E32
Complementary color
Monochromatic Colors of #932E32
Black with #932E32
Text Example
Text Example
White with #932E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932E32; }
p { color: rgb(147,46,50); }
H1.HeaderClassName
{
color: #932E32;
}
.AnyTagClassName
{
color: #932E32;
}
</style>
background-color css
<style>
a { background-color: #932E32; }
a { background-color: rgb(147,46,50); }
div.DivClassName
{
background-color: #932E32;
}
.BgClassName
{
background-color: #932E32;
}
</style>
border-color css
<style>
span { border-color: #932E32; }
span { border-color: rgb(147,46,50); }
td.TdClassName
{
border-color: #932E32;
}
.TagClassName
{
border-color: #932E32;
}
</style>