#A33C3B

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

Shades of Mexican Red #A33C3B

Tints of Mexican Red #A33C3B

Color information

#A33C3B (or 0xA33C3B) is unknown color: approx Mexican Red. HEX triplet: A3, 3C and 3B. RGB value is (163,60,59). Sum of RGB (Red+Green+Blue) = 163+60+59=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33C3B is #5CC3C4. Grayscale: #5A5A5A. Windows color (decimal): -6079429 or 3882147. OLE color: 3882147.

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

Color convert

RGB1636059-
CMYK00.630.640.36
HSL0.58º46.85%43.53%-
HSV(B)0.58º63.8%63.92%-
XYZ17.5111.335.4-
YUV90.68110.12179.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.80%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 59 (23.44% from 255) = 20.92%
R=57.80%
G=21.28%
B=20.92%

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
Decimal163605900.630.640.360.5846.8543.53
HexA33C3B03F402412f2c
Octal24374730771004415754
Binary10100011111100111011011111110000001001001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33C3B; }

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

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

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

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

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

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

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

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