Html Css Color HEX #A13F3F Mexican Red

📋 copy color: '#A13F3F'

red 161 ◦ green 63 ◦ blue 63

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

Shades of Mexican Red #A13F3F

Tints of Mexican Red #A13F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.95%

R = 56.1%
G = 21.95%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A13F3F (or 0xA13F3F) is known color: Mexican Red. HEX triplet: A1, 3F and 3F. RGB value is (161,63,63). Sum of RGB (Red+Green+Blue) = 161+63+63=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13F3F is #5EC0C0. Grayscale: #5C5C5C. Windows color (decimal): -6209729 or 4145057. OLE color: 4145057.

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

Color convert

RGB 161 63 63 -
CMYK 0 0.61 0.61 0.37
HSL 0.44% 0.44% -
HSV(B) 0.61% 0.63% -
XYZ 17.37 11.49 6 -
YUV 92.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 161 63 63 0 0.61 0.61 0.37 0 0.44 0.44
Hex A1 3F 3F 0 3D 3D 25 0 2C 2C
Octal 241 77 77 0 75 75 45 0 54 54
Binary 10100001 111111 111111 0 111101 111101 100101 0 101100 101100

Color Harmonies of #A13F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13F3F

Black with #A13F3F

Text Example


Text Example

White with #A13F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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