Shades of Guardsman Red #932C2D
Tints of Guardsman Red #932C2D
RGB
CMYK
RGB Variations
Color information
#932C2D (or 0x932C2D) is known color: Guardsman Red. HEX triplet: 93, 2C and 2D. RGB value is (147,44,45). Sum of RGB (Red+Green+Blue) = 147+44+45=236 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.29% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 147 - color contains mainly: red. Hex color #932C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932C2D is #6CD3D2. Grayscale: #4B4B4B. Windows color (decimal): -7132115 or 2960531. OLE color: 2960531.
HSL color Cylindrical-coordinate representation of color #932C2D: hue angle of 359.42º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #932C2D is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 44 | 45 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.42 |
| HSL | 359.42º | 0.54% | 0.37% | - |
| HSV(B) | 359.42º | 0.7% | 0.58% | - |
| XYZ | 13.41 | 8.19 | 3.36 | - |
| YUV | 74.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 45 | 0 | 0.70 | 0.69 | 0.42 | 359.42 | 0.54 | 0.37 |
| Hex | 93 | 2C | 2D | 0 | 46 | 45 | 2A | 167 | 36 | 25 |
| Octal | 223 | 54 | 55 | 0 | 106 | 105 | 52 | 547 | 66 | 45 |
| Binary | 10010011 | 101100 | 101101 | 0 | 1000110 | 1000101 | 101010 | 101100111 | 110110 | 100101 |
Color Harmonies of #932C2D
Complementary color
Monochromatic Colors of #932C2D
Black with #932C2D
Text Example
Text Example
White with #932C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932C2D; }
p { color: rgb(147,44,45); }
H1.HeaderClassName
{
color: #932C2D;
}
.AnyTagClassName
{
color: #932C2D;
}
</style>
background-color css
<style>
a { background-color: #932C2D; }
a { background-color: rgb(147,44,45); }
div.DivClassName
{
background-color: #932C2D;
}
.BgClassName
{
background-color: #932C2D;
}
</style>
border-color css
<style>
span { border-color: #932C2D; }
span { border-color: rgb(147,44,45); }
td.TdClassName
{
border-color: #932C2D;
}
.TagClassName
{
border-color: #932C2D;
}
</style>