#A23E3D

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

Shades of Mexican Red #A23E3D

Tints of Mexican Red #A23E3D

Color information

#A23E3D (or 0xA23E3D) is unknown color: approx Mexican Red. HEX triplet: A2, 3E and 3D. RGB value is (162,62,61). Sum of RGB (Red+Green+Blue) = 162+62+61=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23E3D is #5DC1C2. Grayscale: #5B5B5B. Windows color (decimal): -6144451 or 4013730. OLE color: 4013730.

HSL color Cylindrical-coordinate representation of color #A23E3D: hue angle of 0.59º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23E3D is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1626261-
CMYK00.620.620.36
HSL0.59º45.29%43.73%-
HSV(B)0.59º62.35%63.53%-
XYZ17.4711.465.71-
YUV91.79110.63178.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=56.84%
G=21.75%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162626100.620.620.360.5945.2943.73
HexA23E3D03E3E2412d2c
Octal2427675076764415554
Binary1010001011111011110101111101111101001001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E3D; }

 p { color: rgb(162,62,61); }

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

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

 a { background-color: rgb(162,62,61); }

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

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

 span { border-color: rgb(162,62,61); }

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