Shades of Guardsman Red #932B2D
Tints of Guardsman Red #932B2D
RGB
CMYK
RGB Variations
Color information
#932B2D (or 0x932B2D) is known color: Guardsman Red. HEX triplet: 93, 2B and 2D. RGB value is (147,43,45). Sum of RGB (Red+Green+Blue) = 147+43+45=235 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.55% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 147 - color contains mainly: red. Hex color #932B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932B2D is #6CD4D2. Grayscale: #4A4A4A. Windows color (decimal): -7132371 or 2960275. OLE color: 2960275.
HSL color Cylindrical-coordinate representation of color #932B2D: hue angle of 358.85º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #932B2D is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 43 | 45 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.42 |
| HSL | 358.85º | 0.55% | 0.37% | - |
| HSV(B) | 358.85º | 0.71% | 0.58% | - |
| XYZ | 13.37 | 8.12 | 3.35 | - |
| YUV | 74.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 43 | 45 | 0 | 0.71 | 0.69 | 0.42 | 358.85 | 0.55 | 0.37 |
| Hex | 93 | 2B | 2D | 0 | 47 | 45 | 2A | 167 | 37 | 25 |
| Octal | 223 | 53 | 55 | 0 | 107 | 105 | 52 | 547 | 67 | 45 |
| Binary | 10010011 | 101011 | 101101 | 0 | 1000111 | 1000101 | 101010 | 101100111 | 110111 | 100101 |
Color Harmonies of #932B2D
Complementary color
Monochromatic Colors of #932B2D
Black with #932B2D
Text Example
Text Example
White with #932B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932B2D; }
p { color: rgb(147,43,45); }
H1.HeaderClassName
{
color: #932B2D;
}
.AnyTagClassName
{
color: #932B2D;
}
</style>
background-color css
<style>
a { background-color: #932B2D; }
a { background-color: rgb(147,43,45); }
div.DivClassName
{
background-color: #932B2D;
}
.BgClassName
{
background-color: #932B2D;
}
</style>
border-color css
<style>
span { border-color: #932B2D; }
span { border-color: rgb(147,43,45); }
td.TdClassName
{
border-color: #932B2D;
}
.TagClassName
{
border-color: #932B2D;
}
</style>