#A23C37

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

Shades of Mexican Red #A23C37

Tints of Mexican Red #A23C37

Color information

#A23C37 (or 0xA23C37) is unknown color: approx Mexican Red. HEX triplet: A2, 3C and 37. RGB value is (162,60,55). Sum of RGB (Red+Green+Blue) = 162+60+55=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C37 is #5DC3C8. Grayscale: #5A5A5A. Windows color (decimal): -6144969 or 3620002. OLE color: 3620002.

HSL color Cylindrical-coordinate representation of color #A23C37: hue angle of 2.8º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A23C37 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1626055-
CMYK00.630.660.36
HSL2.8º49.31%42.55%-
HSV(B)2.8º66.05%63.53%-
XYZ17.2111.194.87-
YUV89.93108.29179.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 60 (23.83% from 255) = 21.66%
BLUE value IS 55 (21.88% from 255) = 19.86%
R=58.48%
G=21.66%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162605500.630.660.362.849.3142.55
HexA23C3703F42243312b
Octal24274670771024436153
Binary101000101111001101110111111100001010010011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C37; }

 p { color: rgb(162,60,55); }

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

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

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

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

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

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

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