Html Css Color HEX #A03938 Mexican Red

📋 copy color: '#A03938'

red 160 ◦ green 57 ◦ blue 56

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

Shades of Mexican Red #A03938

Tints of Mexican Red #A03938

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.88%

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

R = 58.61%
G = 20.88%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A03938 (or 0xA03938) is known color: Mexican Red. HEX triplet: A0, 39 and 38. RGB value is (160,57,56). Sum of RGB (Red+Green+Blue) = 160+57+56=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A03938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03938 is #5FC6C7. Grayscale: #575757. Windows color (decimal): -6276808 or 3684768. OLE color: 3684768.

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

Color convert

RGB 160 57 56 -
CMYK 0 0.64 0.65 0.37
HSL 0.58º 0.48% 0.42% -
HSV(B) 0.58º 0.65% 0.63% -
XYZ 16.67 10.69 4.93 -
YUV 87.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 160 57 56 0 0.64 0.65 0.37 0.58 0.48 0.42
Hex A0 39 38 0 40 41 25 1 30 2A
Octal 240 71 70 0 100 101 45 1 60 52
Binary 10100000 111001 111000 0 1000000 1000001 100101 1 110000 101010

Color Harmonies of #A03938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03938

Black with #A03938

Text Example


Text Example

White with #A03938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03938; }

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

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

background-color css

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

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

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

border-color css

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

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

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