Html Css Color HEX #A13B39 Mexican Red

📋 copy color: '#A13B39'

red 161 ◦ green 59 ◦ blue 57

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

Shades of Mexican Red #A13B39

Tints of Mexican Red #A13B39

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.3%

 BLUE value IS 57 (22.66% from 255) = 20.58%

R = 58.12%
G = 21.3%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A13B39 (or 0xA13B39) is known color: Mexican Red. HEX triplet: A1, 3B and 39. RGB value is (161,59,57). Sum of RGB (Red+Green+Blue) = 161+59+57=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13B39 is #5EC4C6. Grayscale: #595959. Windows color (decimal): -6210759 or 3750817. OLE color: 3750817.

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

Color convert

RGB 161 59 57 -
CMYK 0 0.63 0.65 0.37
HSL 1.15º 0.48% 0.43% -
HSV(B) 1.15º 0.65% 0.63% -
XYZ 17 11 5.1 -
YUV 89.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 161 59 57 0 0.63 0.65 0.37 1.15 0.48 0.43
Hex A1 3B 39 0 3F 41 25 1 30 2B
Octal 241 73 71 0 77 101 45 1 60 53
Binary 10100001 111011 111001 0 111111 1000001 100101 1 110000 101011

Color Harmonies of #A13B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13B39

Black with #A13B39

Text Example


Text Example

White with #A13B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13B39; }

 p { color: rgb(161,59,57); }

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

background-color css

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

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

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

border-color css

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

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

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