#A23F3B

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

Shades of Mexican Red #A23F3B

Tints of Mexican Red #A23F3B

Color information

#A23F3B (or 0xA23F3B) is unknown color: approx Mexican Red. HEX triplet: A2, 3F and 3B. RGB value is (162,63,59). Sum of RGB (Red+Green+Blue) = 162+63+59=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F3B is #5DC0C4. Grayscale: #5C5C5C. Windows color (decimal): -6144197 or 3882914. OLE color: 3882914.

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

Color convert

RGB1626359-
CMYK00.610.640.36
HSL2.33º46.61%43.33%-
HSV(B)2.33º63.58%63.53%-
XYZ17.4711.555.45-
YUV92.14109.3177.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.04%
GREEN value IS 63 (25% from 255) = 22.18%
BLUE value IS 59 (23.44% from 255) = 20.77%
R=57.04%
G=22.18%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162635900.610.640.362.3346.6143.33
HexA23F3B03D402422f2b
Octal24277730751004425753
Binary101000101111111110110111101100000010010010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F3B; }

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

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

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

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

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

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

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

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