Html Css Color HEX #A13C3C Mexican Red

📋 copy color: '#A13C3C'

red 161 ◦ green 60 ◦ blue 60

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

Shades of Mexican Red #A13C3C

Tints of Mexican Red #A13C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 57.3%
G = 21.35%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A13C3C (or 0xA13C3C) is known color: Mexican Red. HEX triplet: A1, 3C and 3C. RGB value is (161,60,60). Sum of RGB (Red+Green+Blue) = 161+60+60=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13C3C is #5EC3C3. Grayscale: #5A5A5A. Windows color (decimal): -6210500 or 3947681. OLE color: 3947681.

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

Color convert

RGB 161 60 60 -
CMYK 0 0.63 0.63 0.37
HSL 0.46% 0.43% -
HSV(B) 0.63% 0.63% -
XYZ 17.13 11.14 5.52 -
YUV 90.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 161 60 60 0 0.63 0.63 0.37 0 0.46 0.43
Hex A1 3C 3C 0 3F 3F 25 0 2E 2B
Octal 241 74 74 0 77 77 45 0 56 53
Binary 10100001 111100 111100 0 111111 111111 100101 0 101110 101011

Color Harmonies of #A13C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C3C

Black with #A13C3C

Text Example


Text Example

White with #A13C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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