Html Css Color HEX #A13B3A Mexican Red

📋 copy color: '#A13B3A'

red 161 ◦ green 59 ◦ blue 58

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

Shades of Mexican Red #A13B3A

Tints of Mexican Red #A13B3A

RGB

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

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

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

R = 57.91%
G = 21.22%
B = 20.86%

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

#A13B3A (or 0xA13B3A) is known color: Mexican Red. HEX triplet: A1, 3B and 3A. RGB value is (161,59,58). Sum of RGB (Red+Green+Blue) = 161+59+58=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13B3A is #5EC4C5. Grayscale: #595959. Windows color (decimal): -6210758 or 3816353. OLE color: 3816353.

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

Color convert

RGB 161 59 58 -
CMYK 0 0.63 0.64 0.37
HSL 0.58º 0.47% 0.43% -
HSV(B) 0.58º 0.64% 0.63% -
XYZ 17.03 11.01 5.23 -
YUV 89.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 161 59 58 0 0.63 0.64 0.37 0.58 0.47 0.43
Hex A1 3B 3A 0 3F 40 25 1 2F 2B
Octal 241 73 72 0 77 100 45 1 57 53
Binary 10100001 111011 111010 0 111111 1000000 100101 1 101111 101011

Color Harmonies of #A13B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13B3A

Black with #A13B3A

Text Example


Text Example

White with #A13B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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