#A23F3E

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

Shades of Mexican Red #A23F3E

Tints of Mexican Red #A23F3E

Color information

#A23F3E (or 0xA23F3E) is unknown color: approx Mexican Red. HEX triplet: A2, 3F and 3E. RGB value is (162,63,62). Sum of RGB (Red+Green+Blue) = 162+63+62=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F3E is #5DC0C1. Grayscale: #5C5C5C. Windows color (decimal): -6144194 or 4079522. OLE color: 4079522.

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

Color convert

RGB1626362-
CMYK00.610.620.36
HSL0.6º44.64%43.92%-
HSV(B)0.6º61.73%63.53%-
XYZ17.5511.585.87-
YUV92.49110.8177.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=56.45%
G=21.95%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162636200.610.620.360.644.6443.92
HexA23F3E03D3E2412d2c
Octal2427776075764415554
Binary1010001011111111111001111011111101001001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F3E; }

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

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

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

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

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

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

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

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