#A33D3B

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

Shades of Mexican Red #A33D3B

Tints of Mexican Red #A33D3B

Color information

#A33D3B (or 0xA33D3B) is unknown color: approx Mexican Red. HEX triplet: A3, 3D and 3B. RGB value is (163,61,59). Sum of RGB (Red+Green+Blue) = 163+61+59=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33D3B is #5CC2C4. Grayscale: #5B5B5B. Windows color (decimal): -6079173 or 3882403. OLE color: 3882403.

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

Color convert

RGB1636159-
CMYK00.630.640.36
HSL1.15º46.85%43.53%-
HSV(B)1.15º63.8%63.92%-
XYZ17.5611.445.42-
YUV91.27109.79179.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.60%
GREEN value IS 61 (24.22% from 255) = 21.55%
BLUE value IS 59 (23.44% from 255) = 20.85%
R=57.60%
G=21.55%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163615900.630.640.361.1546.8543.53
HexA33D3B03F402412f2c
Octal24375730771004415754
Binary10100011111101111011011111110000001001001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33D3B; }

 p { color: rgb(163,61,59); }

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

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

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

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

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

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

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