#A23F3C

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

Shades of Mexican Red #A23F3C

Tints of Mexican Red #A23F3C

Color information

#A23F3C (or 0xA23F3C) is unknown color: approx Mexican Red. HEX triplet: A2, 3F and 3C. RGB value is (162,63,60). Sum of RGB (Red+Green+Blue) = 162+63+60=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F3C is #5DC0C3. Grayscale: #5C5C5C. Windows color (decimal): -6144196 or 3948450. OLE color: 3948450.

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

Color convert

RGB1626360-
CMYK00.610.630.36
HSL1.76º45.95%43.53%-
HSV(B)1.76º62.96%63.53%-
XYZ17.4911.565.58-
YUV92.26109.8177.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 63 (25% from 255) = 22.11%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=56.84%
G=22.11%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162636000.610.630.361.7645.9543.53
HexA23F3C03D3F2422e2c
Octal2427774075774425654
Binary10100010111111111100011110111111110010010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F3C; }

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

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

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

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

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

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

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

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