#A83D3D

Color #A83D3D Mexican Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mexican Red #A83D3D

Tints of Mexican Red #A83D3D

Color information

#A83D3D (or 0xA83D3D) is unknown color: approx Mexican Red. HEX triplet: A8, 3D and 3D. RGB value is (168,61,61). Sum of RGB (Red+Green+Blue) = 168+61+61=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83D3D is #57C2C2. Grayscale: #5D5D5D. Windows color (decimal): -5751491 or 4013480. OLE color: 4013480.

HSL color Cylindrical-coordinate representation of color #A83D3D: hue angle of 0º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83D3D is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1686161-
CMYK00.640.640.34
HSL46.72%44.9%-
HSV(B)63.69%65.88%-
XYZ18.66125.75-
YUV92.99109.95181.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.93%
GREEN value IS 61 (24.22% from 255) = 21.03%
BLUE value IS 61 (24.22% from 255) = 21.03%
R=57.93%
G=21.03%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168616100.640.640.34046.7244.9
HexA83D3D040402202f2d
Octal250757501001004205755
Binary101010001111011111010100000010000001000100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83D3D; }

 p { color: rgb(168,61,61); }

 H1.HeaderClassName
 {
   color: #A83D3D;
 }
 .AnyTagClassName
 {
   color: #A83D3D;
 }
</style>
background-color css

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

 a { background-color: rgb(168,61,61); }

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

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

 span { border-color: rgb(168,61,61); }

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