Html Css Color HEX #A03F39 Mexican Red

📋 copy color: '#A03F39'

red 160 ◦ green 63 ◦ blue 57

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

Shades of Mexican Red #A03F39

Tints of Mexican Red #A03F39

RGB

 RED value IS 160 (62.89% from 255) = 57.14%

 GREEN value IS 63 (25% from 255) = 22.5%

 BLUE value IS 57 (22.66% from 255) = 20.36%

R = 57.14%
G = 22.5%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A03F39 (or 0xA03F39) is known color: Mexican Red. HEX triplet: A0, 3F and 39. RGB value is (160,63,57). Sum of RGB (Red+Green+Blue) = 160+63+57=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03F39 is #5FC0C6. Grayscale: #5B5B5B. Windows color (decimal): -6275271 or 3751840. OLE color: 3751840.

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

Color convert

RGB 160 63 57 -
CMYK 0 0.61 0.64 0.37
HSL 3.5º 0.47% 0.43% -
HSV(B) 3.5º 0.64% 0.63% -
XYZ 17.01 11.32 5.16 -
YUV 91.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 160 63 57 0 0.61 0.64 0.37 3.5 0.47 0.43
Hex A0 3F 39 0 3D 40 25 3 2F 2B
Octal 240 77 71 0 75 100 45 3 57 53
Binary 10100000 111111 111001 0 111101 1000000 100101 11 101111 101011

Color Harmonies of #A03F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03F39

Black with #A03F39

Text Example


Text Example

White with #A03F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03F39; }

 p { color: rgb(160,63,57); }

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

background-color css

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

 a { background-color: rgb(160,63,57); }

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

border-color css

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

 span { border-color: rgb(160,63,57); }

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