#943A38

Color #943A38 Mexican Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mexican Red #943A38

Tints of Mexican Red #943A38

Color information

#943A38 (or 0x943A38) is unknown color: approx Mexican Red. HEX triplet: 94, 3A and 38. RGB value is (148,58,56). Sum of RGB (Red+Green+Blue) = 148+58+56=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #943A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943A38 is #6BC5C7. Grayscale: #545454. Windows color (decimal): -7062984 or 3685012. OLE color: 3685012.

HSL color Cylindrical-coordinate representation of color #943A38: hue angle of 1.3º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #943A38 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1485856-
CMYK00.610.620.42
HSL1.3º45.1%40%-
HSV(B)1.3º62.16%58.04%-
XYZ14.449.614.83-
YUV84.68111.82173.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.49%
GREEN value IS 58 (23.05% from 255) = 22.14%
BLUE value IS 56 (22.27% from 255) = 21.37%
R=56.49%
G=22.14%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148585600.610.620.421.345.140
Hex943A3803D3E2A12d28
Octal2247270075765215550
Binary1001010011101011100001111011111101010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943A38; }

 p { color: rgb(148,58,56); }

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

<style>
 a { background-color: #943A38; }

 a { background-color: rgb(148,58,56); }

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

<style>
 span { border-color: #943A38; }

 span { border-color: rgb(148,58,56); }

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