Html Css Color HEX #A3413A Mexican Red

📋 copy color: '#A3413A'

red 163 ◦ green 65 ◦ blue 58

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

Shades of Mexican Red #A3413A

Tints of Mexican Red #A3413A

RGB

 RED value IS 163 (64.06% from 255) = 56.99%

 GREEN value IS 65 (25.78% from 255) = 22.73%

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

R = 56.99%
G = 22.73%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3413A (or 0xA3413A) is known color: Mexican Red. HEX triplet: A3, 41 and 3A. RGB value is (163,65,58). Sum of RGB (Red+Green+Blue) = 163+65+58=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A3413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3413A is #5CBEC5. Grayscale: #5D5D5D. Windows color (decimal): -6078150 or 3817891. OLE color: 3817891.

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

Color convert

RGB 163 65 58 -
CMYK 0 0.60 0.64 0.36
HSL 0.48% 0.43% -
HSV(B) 0.64% 0.64% -
XYZ 17.76 11.87 5.36 -
YUV 93.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 163 65 58 0 0.60 0.64 0.36 4 0.48 0.43
Hex A3 41 3A 0 3C 40 24 4 30 2B
Octal 243 101 72 0 74 100 44 4 60 53
Binary 10100011 1000001 111010 0 111100 1000000 100100 100 110000 101011

Color Harmonies of #A3413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3413A

Black with #A3413A

Text Example


Text Example

White with #A3413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3413A; }

 p { color: rgb(163,65,58); }

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

background-color css

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

 a { background-color: rgb(163,65,58); }

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

border-color css

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

 span { border-color: rgb(163,65,58); }

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