#A24038

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

Shades of Mexican Red #A24038

Tints of Mexican Red #A24038

Color information

#A24038 (or 0xA24038) is unknown color: approx Mexican Red. HEX triplet: A2, 40 and 38. RGB value is (162,64,56). Sum of RGB (Red+Green+Blue) = 162+64+56=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A24038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24038 is #5DBFC7. Grayscale: #5C5C5C. Windows color (decimal): -6143944 or 3686562. OLE color: 3686562.

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

Color convert

RGB1626456-
CMYK00.600.650.36
HSL4.53º48.62%42.75%-
HSV(B)4.53º65.43%63.53%-
XYZ17.4511.635.07-
YUV92.39107.47177.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 56 (22.27% from 255) = 19.86%
R=57.45%
G=22.70%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162645600.600.650.364.5348.6242.75
HexA2403803C41245312b
Octal242100700741014456153
Binary10100010100000011100001111001000001100100101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24038; }

 p { color: rgb(162,64,56); }

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

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

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

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

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

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

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