#A23B3B

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

Shades of Mexican Red #A23B3B

Tints of Mexican Red #A23B3B

Color information

#A23B3B (or 0xA23B3B) is unknown color: approx Mexican Red. HEX triplet: A2, 3B and 3B. RGB value is (162,59,59). Sum of RGB (Red+Green+Blue) = 162+59+59=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23B3B is #5DC4C4. Grayscale: #595959. Windows color (decimal): -6145221 or 3881890. OLE color: 3881890.

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

Color convert

RGB1625959-
CMYK00.640.640.36
HSL46.61%43.33%-
HSV(B)63.58%63.53%-
XYZ17.2511.135.38-
YUV89.8110.62179.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 59 (23.44% from 255) = 21.07%
BLUE value IS 59 (23.44% from 255) = 21.07%
R=57.86%
G=21.07%
B=21.07%

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
Decimal162595900.640.640.36046.6143.33
HexA23B3B040402402f2b
Octal242737301001004405753
Binary101000101110111110110100000010000001001000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B3B; }

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

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

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

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

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

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

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

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