Shades of Guardsman Red #942C30
Tints of Guardsman Red #942C30
RGB
CMYK
RGB Variations
Color information
#942C30 (or 0x942C30) is known color: Guardsman Red. HEX triplet: 94, 2C and 30. RGB value is (148,44,48). Sum of RGB (Red+Green+Blue) = 148+44+48=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #942C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C30 is #6BD3CF. Grayscale: #4B4B4B. Windows color (decimal): -7066576 or 3157140. OLE color: 3157140.
HSL color Cylindrical-coordinate representation of color #942C30: hue angle of 357.69º degrees, saturation: 0.54, 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 #942C30 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 48 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.42 |
| HSL | 357.69º | 0.54% | 0.38% | - |
| HSV(B) | 357.69º | 0.7% | 0.58% | - |
| XYZ | 13.65 | 8.31 | 3.68 | - |
| YUV | 75.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 48 | 0 | 0.70 | 0.68 | 0.42 | 357.69 | 0.54 | 0.38 |
| Hex | 94 | 2C | 30 | 0 | 46 | 44 | 2A | 166 | 36 | 26 |
| Octal | 224 | 54 | 60 | 0 | 106 | 104 | 52 | 546 | 66 | 46 |
| Binary | 10010100 | 101100 | 110000 | 0 | 1000110 | 1000100 | 101010 | 101100110 | 110110 | 100110 |
Color Harmonies of #942C30
Complementary color
Monochromatic Colors of #942C30
Black with #942C30
Text Example
Text Example
White with #942C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C30; }
p { color: rgb(148,44,48); }
H1.HeaderClassName
{
color: #942C30;
}
.AnyTagClassName
{
color: #942C30;
}
</style>
background-color css
<style>
a { background-color: #942C30; }
a { background-color: rgb(148,44,48); }
div.DivClassName
{
background-color: #942C30;
}
.BgClassName
{
background-color: #942C30;
}
</style>
border-color css
<style>
span { border-color: #942C30; }
span { border-color: rgb(148,44,48); }
td.TdClassName
{
border-color: #942C30;
}
.TagClassName
{
border-color: #942C30;
}
</style>