#A23A38

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

Shades of Mexican Red #A23A38

Tints of Mexican Red #A23A38

Color information

#A23A38 (or 0xA23A38) is unknown color: approx Mexican Red. HEX triplet: A2, 3A and 38. RGB value is (162,58,56). Sum of RGB (Red+Green+Blue) = 162+58+56=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A38 is #5DC5C7. Grayscale: #585858. Windows color (decimal): -6145480 or 3685026. OLE color: 3685026.

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

Color convert

RGB1625856-
CMYK00.640.650.36
HSL1.13º48.62%42.75%-
HSV(B)1.13º65.43%63.53%-
XYZ17.1310.994.96-
YUV88.87109.46180.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.70%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 56 (22.27% from 255) = 20.29%
R=58.70%
G=21.01%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162585600.640.650.361.1348.6242.75
HexA23A3804041241312b
Octal242727001001014416153
Binary101000101110101110000100000010000011001001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A38; }

 p { color: rgb(162,58,56); }

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

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

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

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

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

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

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