#A33B3A

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

Shades of Mexican Red #A33B3A

Tints of Mexican Red #A33B3A

Color information

#A33B3A (or 0xA33B3A) is unknown color: approx Mexican Red. HEX triplet: A3, 3B and 3A. RGB value is (163,59,58). Sum of RGB (Red+Green+Blue) = 163+59+58=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33B3A is #5CC4C5. Grayscale: #5A5A5A. Windows color (decimal): -6079686 or 3816355. OLE color: 3816355.

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

Color convert

RGB1635958-
CMYK00.640.640.36
HSL0.57º47.51%43.33%-
HSV(B)0.57º64.42%63.92%-
XYZ17.4311.225.25-
YUV89.98109.96180.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.21%
GREEN value IS 59 (23.44% from 255) = 21.07%
BLUE value IS 58 (23.05% from 255) = 20.71%
R=58.21%
G=21.07%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163595800.640.640.360.5747.5143.33
HexA33B3A04040241302b
Octal243737201001004416053
Binary101000111110111110100100000010000001001001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B3A; }

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

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

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

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

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

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

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

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