Html Css Color HEX #A1403A Mexican Red

📋 copy color: '#A1403A'

red 161 ◦ green 64 ◦ blue 58

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

Shades of Mexican Red #A1403A

Tints of Mexican Red #A1403A

RGB

 RED value IS 161 (63.28% from 255) = 56.89%

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

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 56.89%
G = 22.61%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A1403A (or 0xA1403A) is known color: Mexican Red. HEX triplet: A1, 40 and 3A. RGB value is (161,64,58). Sum of RGB (Red+Green+Blue) = 161+64+58=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A1403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1403A is #5EBFC5. Grayscale: #5C5C5C. Windows color (decimal): -6209478 or 3817633. OLE color: 3817633.

HSL color Cylindrical-coordinate representation of color #A1403A: 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 #A1403A is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 64 58 -
CMYK 0 0.60 0.64 0.37
HSL 3.5º 0.47% 0.43% -
HSV(B) 3.5º 0.64% 0.63% -
XYZ 17.3 11.55 5.32 -
YUV 92.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 161 64 58 0 0.60 0.64 0.37 3.5 0.47 0.43
Hex A1 40 3A 0 3C 40 25 3 2F 2B
Octal 241 100 72 0 74 100 45 3 57 53
Binary 10100001 1000000 111010 0 111100 1000000 100101 11 101111 101011

Color Harmonies of #A1403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1403A

Black with #A1403A

Text Example


Text Example

White with #A1403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1403A; }

 p { color: rgb(161,64,58); }

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

background-color css

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

 a { background-color: rgb(161,64,58); }

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

border-color css

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

 span { border-color: rgb(161,64,58); }

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