Html Css Color HEX #A13F3C Mexican Red

📋 copy color: '#A13F3C'

red 161 ◦ green 63 ◦ blue 60

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

Shades of Mexican Red #A13F3C

Tints of Mexican Red #A13F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 22.18%

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

R = 56.69%
G = 22.18%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A13F3C (or 0xA13F3C) is known color: Mexican Red. HEX triplet: A1, 3F and 3C. RGB value is (161,63,60). Sum of RGB (Red+Green+Blue) = 161+63+60=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13F3C is #5EC0C3. Grayscale: #5C5C5C. Windows color (decimal): -6209732 or 3948449. OLE color: 3948449.

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

Color convert

RGB 161 63 60 -
CMYK 0 0.61 0.63 0.37
HSL 1.78º 0.46% 0.43% -
HSV(B) 1.78º 0.63% 0.63% -
XYZ 17.29 11.46 5.58 -
YUV 91.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 161 63 60 0 0.61 0.63 0.37 1.78 0.46 0.43
Hex A1 3F 3C 0 3D 3F 25 2 2E 2B
Octal 241 77 74 0 75 77 45 2 56 53
Binary 10100001 111111 111100 0 111101 111111 100101 10 101110 101011

Color Harmonies of #A13F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13F3C

Black with #A13F3C

Text Example


Text Example

White with #A13F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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