Html Css Color HEX #A13C3A Mexican Red

📋 copy color: '#A13C3A'

red 161 ◦ green 60 ◦ blue 58

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

Shades of Mexican Red #A13C3A

Tints of Mexican Red #A13C3A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.51%

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

R = 57.71%
G = 21.51%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A13C3A (or 0xA13C3A) is known color: Mexican Red. HEX triplet: A1, 3C and 3A. RGB value is (161,60,58). Sum of RGB (Red+Green+Blue) = 161+60+58=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13C3A is #5EC3C5. Grayscale: #5A5A5A. Windows color (decimal): -6210502 or 3816609. OLE color: 3816609.

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

Color convert

RGB 161 60 58 -
CMYK 0 0.63 0.64 0.37
HSL 1.17º 0.47% 0.43% -
HSV(B) 1.17º 0.64% 0.63% -
XYZ 17.08 11.11 5.25 -
YUV 89.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 161 60 58 0 0.63 0.64 0.37 1.17 0.47 0.43
Hex A1 3C 3A 0 3F 40 25 1 2F 2B
Octal 241 74 72 0 77 100 45 1 57 53
Binary 10100001 111100 111010 0 111111 1000000 100101 1 101111 101011

Color Harmonies of #A13C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C3A

Black with #A13C3A

Text Example


Text Example

White with #A13C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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