Html Css Color HEX #A24038 Mexican Red

📋 copy color: '#A24038'

red 162 ◦ green 64 ◦ blue 56

#A24038
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mexican Red #A24038

Tints of Mexican Red #A24038

RGB

 RED value IS 162 (63.67% from 255) = 57.45%

 GREEN value IS 64 (25.39% from 255) = 22.7%

 BLUE value IS 56 (22.27% from 255) = 19.86%

R = 57.45%
G = 22.7%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A24038 (or 0xA24038) is known color: 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

RGB 162 64 56 -
CMYK 0 0.60 0.65 0.36
HSL 4.53º 0.49% 0.43% -
HSV(B) 4.53º 0.65% 0.64% -
XYZ 17.45 11.63 5.07 -
YUV 92.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 162 64 56 0 0.60 0.65 0.36 4.53 0.49 0.43
Hex A2 40 38 0 3C 41 24 5 31 2B
Octal 242 100 70 0 74 101 44 5 61 53
Binary 10100010 1000000 111000 0 111100 1000001 100100 101 110001 101011

Color Harmonies of #A24038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24038

Black with #A24038

Text Example


Text Example

White with #A24038

Text Example


Text Example

HTML Codes & Css Web 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>