Shades of Guardsman Red #943031
Tints of Guardsman Red #943031
RGB
CMYK
RGB Variations
Color information
#943031 (or 0x943031) is known color: Guardsman Red. HEX triplet: 94, 30 and 31. RGB value is (148,48,49). Sum of RGB (Red+Green+Blue) = 148+48+49=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #943031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943031 is #6BCFCE. Grayscale: #4E4E4E. Windows color (decimal): -7065551 or 3223700. OLE color: 3223700.
HSL color Cylindrical-coordinate representation of color #943031: hue angle of 359.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943031 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 48 | 49 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.42 |
| HSL | 359.4º | 0.51% | 0.38% | - |
| HSV(B) | 359.4º | 0.68% | 0.58% | - |
| XYZ | 13.82 | 8.63 | 3.84 | - |
| YUV | 78.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 49 | 0 | 0.68 | 0.67 | 0.42 | 359.4 | 0.51 | 0.38 |
| Hex | 94 | 30 | 31 | 0 | 44 | 43 | 2A | 167 | 33 | 26 |
| Octal | 224 | 60 | 61 | 0 | 104 | 103 | 52 | 547 | 63 | 46 |
| Binary | 10010100 | 110000 | 110001 | 0 | 1000100 | 1000011 | 101010 | 101100111 | 110011 | 100110 |
Color Harmonies of #943031
Complementary color
Monochromatic Colors of #943031
Black with #943031
Text Example
Text Example
White with #943031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943031; }
p { color: rgb(148,48,49); }
H1.HeaderClassName
{
color: #943031;
}
.AnyTagClassName
{
color: #943031;
}
</style>
background-color css
<style>
a { background-color: #943031; }
a { background-color: rgb(148,48,49); }
div.DivClassName
{
background-color: #943031;
}
.BgClassName
{
background-color: #943031;
}
</style>
border-color css
<style>
span { border-color: #943031; }
span { border-color: rgb(148,48,49); }
td.TdClassName
{
border-color: #943031;
}
.TagClassName
{
border-color: #943031;
}
</style>