#942E33

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

Shades of Guardsman Red #942E33

Tints of Guardsman Red #942E33

Color information

#942E33 (or 0x942E33) is unknown color: approx Guardsman Red. HEX triplet: 94, 2E and 33. RGB value is (148,46,51). Sum of RGB (Red+Green+Blue) = 148+46+51=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #942E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E33 is #6BD1CC. Grayscale: #4D4D4D. Windows color (decimal): -7066061 or 3354260. OLE color: 3354260.

HSL color Cylindrical-coordinate representation of color #942E33: hue angle of 357.06º 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 #942E33 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1484651-
CMYK00.690.660.42
HSL357.06º52.58%38.04%-
HSV(B)357.06º68.92%58.04%-
XYZ13.798.494.04-
YUV77.07113.29178.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.41%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 51 (20.31% from 255) = 20.82%
R=60.41%
G=18.78%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148465100.690.660.42357.0652.5838.04
Hex942E33045422A1653526
Octal22456630105102525456546
Binary10010100101110110011010001011000010101010101100101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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