Html Css Color HEX #A34038 Mexican Red

📋 copy color: '#A34038'

red 163 ◦ green 64 ◦ blue 56

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

Shades of Mexican Red #A34038

Tints of Mexican Red #A34038

RGB

 RED value IS 163 (64.06% from 255) = 57.6%

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

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

R = 57.6%
G = 22.61%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A34038 (or 0xA34038) is known color: Mexican Red. HEX triplet: A3, 40 and 38. RGB value is (163,64,56). Sum of RGB (Red+Green+Blue) = 163+64+56=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A34038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34038 is #5CBFC7. Grayscale: #5C5C5C. Windows color (decimal): -6078408 or 3686563. OLE color: 3686563.

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

Color convert

RGB 163 64 56 -
CMYK 0 0.61 0.66 0.36
HSL 4.49º 0.49% 0.43% -
HSV(B) 4.49º 0.66% 0.64% -
XYZ 17.65 11.74 5.08 -
YUV 92.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 163 64 56 0 0.61 0.66 0.36 4.49 0.49 0.43
Hex A3 40 38 0 3D 42 24 4 31 2B
Octal 243 100 70 0 75 102 44 4 61 53
Binary 10100011 1000000 111000 0 111101 1000010 100100 100 110001 101011

Color Harmonies of #A34038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34038

Black with #A34038

Text Example


Text Example

White with #A34038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34038; }

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

 H1.HeaderClassName
 {
   color: #A34038;
 }
 .AnyTagClassName
 {
   color: #A34038;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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