#A23C3C

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

Shades of Mexican Red #A23C3C

Tints of Mexican Red #A23C3C

Color information

#A23C3C (or 0xA23C3C) is unknown color: approx Mexican Red. HEX triplet: A2, 3C and 3C. RGB value is (162,60,60). Sum of RGB (Red+Green+Blue) = 162+60+60=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C3C is #5DC3C3. Grayscale: #5A5A5A. Windows color (decimal): -6144964 or 3947682. OLE color: 3947682.

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

Color convert

RGB1626060-
CMYK00.630.630.36
HSL45.95%43.53%-
HSV(B)62.96%63.53%-
XYZ17.3311.245.53-
YUV90.5110.79179-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=57.45%
G=21.28%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162606000.630.630.36045.9543.53
HexA23C3C03F3F2402e2c
Octal2427474077774405654
Binary1010001011110011110001111111111111001000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C3C; }

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

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

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

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

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

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

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

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