#A23D3B

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

Shades of Mexican Red #A23D3B

Tints of Mexican Red #A23D3B

Color information

#A23D3B (or 0xA23D3B) is unknown color: approx Mexican Red. HEX triplet: A2, 3D and 3B. RGB value is (162,61,59). Sum of RGB (Red+Green+Blue) = 162+61+59=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23D3B is #5DC2C4. Grayscale: #5B5B5B. Windows color (decimal): -6144709 or 3882402. OLE color: 3882402.

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

Color convert

RGB1626159-
CMYK00.620.640.36
HSL1.17º46.61%43.33%-
HSV(B)1.17º63.58%63.53%-
XYZ17.3611.335.41-
YUV90.97109.96178.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 61 (24.22% from 255) = 21.63%
BLUE value IS 59 (23.44% from 255) = 20.92%
R=57.45%
G=21.63%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162615900.620.640.361.1746.6143.33
HexA23D3B03E402412f2b
Octal24275730761004415753
Binary10100010111101111011011111010000001001001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D3B; }

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

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

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

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

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

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

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

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