Shades of Guardsman Red #942D31
Tints of Guardsman Red #942D31
RGB
CMYK
RGB Variations
Color information
#942D31 (or 0x942D31) is known color: Guardsman Red. HEX triplet: 94, 2D and 31. RGB value is (148,45,49). Sum of RGB (Red+Green+Blue) = 148+45+49=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #942D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D31 is #6BD2CE. Grayscale: #4C4C4C. Windows color (decimal): -7066319 or 3222932. OLE color: 3222932.
HSL color Cylindrical-coordinate representation of color #942D31: hue angle of 357.67º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #942D31 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 49 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.42 |
| HSL | 357.67º | 0.53% | 0.38% | - |
| HSV(B) | 357.67º | 0.7% | 0.58% | - |
| XYZ | 13.71 | 8.39 | 3.8 | - |
| YUV | 76.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 49 | 0 | 0.70 | 0.67 | 0.42 | 357.67 | 0.53 | 0.38 |
| Hex | 94 | 2D | 31 | 0 | 46 | 43 | 2A | 166 | 35 | 26 |
| Octal | 224 | 55 | 61 | 0 | 106 | 103 | 52 | 546 | 65 | 46 |
| Binary | 10010100 | 101101 | 110001 | 0 | 1000110 | 1000011 | 101010 | 101100110 | 110101 | 100110 |
Color Harmonies of #942D31
Complementary color
Monochromatic Colors of #942D31
Black with #942D31
Text Example
Text Example
White with #942D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D31; }
p { color: rgb(148,45,49); }
H1.HeaderClassName
{
color: #942D31;
}
.AnyTagClassName
{
color: #942D31;
}
</style>
background-color css
<style>
a { background-color: #942D31; }
a { background-color: rgb(148,45,49); }
div.DivClassName
{
background-color: #942D31;
}
.BgClassName
{
background-color: #942D31;
}
</style>
border-color css
<style>
span { border-color: #942D31; }
span { border-color: rgb(148,45,49); }
td.TdClassName
{
border-color: #942D31;
}
.TagClassName
{
border-color: #942D31;
}
</style>