#942E34

Color #942E34 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #942E34

Tints of Guardsman Red #942E34

Color information

#942E34 (or 0x942E34) is unknown color: approx Guardsman Red. HEX triplet: 94, 2E and 34. RGB value is (148,46,52). Sum of RGB (Red+Green+Blue) = 148+46+52=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #942E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E34 is #6BD1CB. Grayscale: #4D4D4D. Windows color (decimal): -7066060 or 3419796. OLE color: 3419796.

HSL color Cylindrical-coordinate representation of color #942E34: hue angle of 356.47º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #942E34 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB1484652-
CMYK00.690.650.42
HSL356.47º52.58%38.04%-
HSV(B)356.47º68.92%58.04%-
XYZ13.818.54.16-
YUV77.18113.79178.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 60.16%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 52 (20.70% from 255) = 21.14%
R=60.16%
G=18.70%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148465200.690.650.42356.4752.5838.04
Hex942E34045412A1643526
Octal22456640105101525446546
Binary10010100101110110100010001011000001101010101100100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942E34; }

 p { color: rgb(148,46,52); }

 H1.HeaderClassName
 {
   color: #942E34;
 }
 .AnyTagClassName
 {
   color: #942E34;
 }
</style>
background-color css

<style>
 a { background-color: #942E34; }

 a { background-color: rgb(148,46,52); }

 div.DivClassName
 {
   background-color: #942E34;
 }
 .BgClassName
 {
   background-color: #942E34;
 }
</style>
border-color css

<style>
 span { border-color: #942E34; }

 span { border-color: rgb(148,46,52); }

 td.TdClassName
 {
   border-color: #942E34;
 }
 .TagClassName
 {
   border-color: #942E34;
 }
</style>