Shades of Guardsman Red #932C2F
Tints of Guardsman Red #932C2F
RGB
CMYK
RGB Variations
Color information
#932C2F (or 0x932C2F) is known color: Guardsman Red. HEX triplet: 93, 2C and 2F. RGB value is (147,44,47). Sum of RGB (Red+Green+Blue) = 147+44+47=238 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.76% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 147 - color contains mainly: red. Hex color #932C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932C2F is #6CD3D0. Grayscale: #4B4B4B. Windows color (decimal): -7132113 or 3091603. OLE color: 3091603.
HSL color Cylindrical-coordinate representation of color #932C2F: hue angle of 358.25º 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 #932C2F is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 44 | 47 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.42 |
| HSL | 358.25º | 0.54% | 0.37% | - |
| HSV(B) | 358.25º | 0.7% | 0.58% | - |
| XYZ | 13.45 | 8.21 | 3.57 | - |
| YUV | 75.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 47 | 0 | 0.70 | 0.68 | 0.42 | 358.25 | 0.54 | 0.37 |
| Hex | 93 | 2C | 2F | 0 | 46 | 44 | 2A | 166 | 36 | 25 |
| Octal | 223 | 54 | 57 | 0 | 106 | 104 | 52 | 546 | 66 | 45 |
| Binary | 10010011 | 101100 | 101111 | 0 | 1000110 | 1000100 | 101010 | 101100110 | 110110 | 100101 |
Color Harmonies of #932C2F
Complementary color
Monochromatic Colors of #932C2F
Black with #932C2F
Text Example
Text Example
White with #932C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932C2F; }
p { color: rgb(147,44,47); }
H1.HeaderClassName
{
color: #932C2F;
}
.AnyTagClassName
{
color: #932C2F;
}
</style>
background-color css
<style>
a { background-color: #932C2F; }
a { background-color: rgb(147,44,47); }
div.DivClassName
{
background-color: #932C2F;
}
.BgClassName
{
background-color: #932C2F;
}
</style>
border-color css
<style>
span { border-color: #932C2F; }
span { border-color: rgb(147,44,47); }
td.TdClassName
{
border-color: #932C2F;
}
.TagClassName
{
border-color: #932C2F;
}
</style>