Shades of Guardsman Red #942F32
Tints of Guardsman Red #942F32
RGB
CMYK
RGB Variations
Color information
#942F32 (or 0x942F32) is known color: Guardsman Red. HEX triplet: 94, 2F and 32. RGB value is (148,47,50). Sum of RGB (Red+Green+Blue) = 148+47+50=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #942F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942F32 is #6BD0CD. Grayscale: #4D4D4D. Windows color (decimal): -7065806 or 3288980. OLE color: 3288980.
HSL color Cylindrical-coordinate representation of color #942F32: hue angle of 358.22º degrees, saturation: 0.52, 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 #942F32 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 50 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.42 |
| HSL | 358.22º | 0.52% | 0.38% | - |
| HSV(B) | 358.22º | 0.68% | 0.58% | - |
| XYZ | 13.8 | 8.56 | 3.94 | - |
| YUV | 77.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 50 | 0 | 0.68 | 0.66 | 0.42 | 358.22 | 0.52 | 0.38 |
| Hex | 94 | 2F | 32 | 0 | 44 | 42 | 2A | 166 | 34 | 26 |
| Octal | 224 | 57 | 62 | 0 | 104 | 102 | 52 | 546 | 64 | 46 |
| Binary | 10010100 | 101111 | 110010 | 0 | 1000100 | 1000010 | 101010 | 101100110 | 110100 | 100110 |
Color Harmonies of #942F32
Complementary color
Monochromatic Colors of #942F32
Black with #942F32
Text Example
Text Example
White with #942F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F32; }
p { color: rgb(148,47,50); }
H1.HeaderClassName
{
color: #942F32;
}
.AnyTagClassName
{
color: #942F32;
}
</style>
background-color css
<style>
a { background-color: #942F32; }
a { background-color: rgb(148,47,50); }
div.DivClassName
{
background-color: #942F32;
}
.BgClassName
{
background-color: #942F32;
}
</style>
border-color css
<style>
span { border-color: #942F32; }
span { border-color: rgb(148,47,50); }
td.TdClassName
{
border-color: #942F32;
}
.TagClassName
{
border-color: #942F32;
}
</style>