Html Css Color HEX #A53D3B Mexican Red

📋 copy color: '#A53D3B'

red 165 ◦ green 61 ◦ blue 59

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

Shades of Mexican Red #A53D3B

Tints of Mexican Red #A53D3B

RGB

 RED value IS 165 (64.84% from 255) = 57.89%

 GREEN value IS 61 (24.22% from 255) = 21.4%

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 57.89%
G = 21.4%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A53D3B (or 0xA53D3B) is known color: Mexican Red. HEX triplet: A5, 3D and 3B. RGB value is (165,61,59). Sum of RGB (Red+Green+Blue) = 165+61+59=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D3B is #5AC2C4. Grayscale: #5B5B5B. Windows color (decimal): -5948101 or 3882405. OLE color: 3882405.

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

Color convert

RGB 165 61 59 -
CMYK 0 0.63 0.64 0.35
HSL 1.13º 0.47% 0.44% -
HSV(B) 1.13º 0.64% 0.65% -
XYZ 17.98 11.65 5.44 -
YUV 91.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 165 61 59 0 0.63 0.64 0.35 1.13 0.47 0.44
Hex A5 3D 3B 0 3F 40 23 1 2F 2C
Octal 245 75 73 0 77 100 43 1 57 54
Binary 10100101 111101 111011 0 111111 1000000 100011 1 101111 101100

Color Harmonies of #A53D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53D3B

Black with #A53D3B

Text Example


Text Example

White with #A53D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53D3B; }

 p { color: rgb(165,61,59); }

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

background-color css

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

 a { background-color: rgb(165,61,59); }

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

border-color css

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

 span { border-color: rgb(165,61,59); }

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