#A23E3E

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

Shades of Mexican Red #A23E3E

Tints of Mexican Red #A23E3E

Color information

#A23E3E (or 0xA23E3E) is unknown color: approx Mexican Red. HEX triplet: A2, 3E and 3E. RGB value is (162,62,62). Sum of RGB (Red+Green+Blue) = 162+62+62=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23E3E is #5DC1C1. Grayscale: #5C5C5C. Windows color (decimal): -6144450 or 4079266. OLE color: 4079266.

HSL color Cylindrical-coordinate representation of color #A23E3E: hue angle of 0º 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 #A23E3E is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1626262-
CMYK00.620.620.36
HSL44.64%43.92%-
HSV(B)61.73%63.53%-
XYZ17.4911.475.85-
YUV91.9111.13178-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 62 (24.61% from 255) = 21.68%
BLUE value IS 62 (24.61% from 255) = 21.68%
R=56.64%
G=21.68%
B=21.68%

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
Decimal162626200.620.620.36044.6443.92
HexA23E3E03E3E2402d2c
Octal2427676076764405554
Binary1010001011111011111001111101111101001000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E3E; }

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

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

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

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

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

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

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

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