#A33B3B

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

Shades of Mexican Red #A33B3B

Tints of Mexican Red #A33B3B

Color information

#A33B3B (or 0xA33B3B) is unknown color: approx Mexican Red. HEX triplet: A3, 3B and 3B. RGB value is (163,59,59). Sum of RGB (Red+Green+Blue) = 163+59+59=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33B3B is #5CC4C4. Grayscale: #5A5A5A. Windows color (decimal): -6079685 or 3881891. OLE color: 3881891.

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

Color convert

RGB1635959-
CMYK00.640.640.36
HSL46.85%43.53%-
HSV(B)63.8%63.92%-
XYZ17.4611.235.39-
YUV90.1110.46180-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.01%
GREEN value IS 59 (23.44% from 255) = 21.00%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=58.01%
G=21.00%
B=21.00%

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
Decimal163595900.640.640.36046.8543.53
HexA33B3B040402402f2c
Octal243737301001004405754
Binary101000111110111110110100000010000001001000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B3B; }

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

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

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

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

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

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

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

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