#A23E35

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

Shades of Mexican Red #A23E35

Tints of Mexican Red #A23E35

Color information

#A23E35 (or 0xA23E35) is unknown color: approx Mexican Red. HEX triplet: A2, 3E and 35. RGB value is (162,62,53). Sum of RGB (Red+Green+Blue) = 162+62+53=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23E35 is #5DC1CA. Grayscale: #5B5B5B. Windows color (decimal): -6144459 or 3489442. OLE color: 3489442.

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

Color convert

RGB1626253-
CMYK00.620.670.36
HSL4.95º50.7%42.16%-
HSV(B)4.95º67.28%63.53%-
XYZ17.2711.384.66-
YUV90.87106.63178.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 62 (24.61% from 255) = 22.38%
BLUE value IS 53 (21.09% from 255) = 19.13%
R=58.48%
G=22.38%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162625300.620.670.364.9550.742.16
HexA23E3503E43245332a
Octal24276650761034456352
Binary1010001011111011010101111101000011100100101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E35; }

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

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

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

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

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

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

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

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