#A23D3D

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

Shades of Mexican Red #A23D3D

Tints of Mexican Red #A23D3D

Color information

#A23D3D (or 0xA23D3D) is unknown color: approx Mexican Red. HEX triplet: A2, 3D and 3D. RGB value is (162,61,61). Sum of RGB (Red+Green+Blue) = 162+61+61=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23D3D is #5DC2C2. Grayscale: #5B5B5B. Windows color (decimal): -6144707 or 4013474. OLE color: 4013474.

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

Color convert

RGB1626161-
CMYK00.620.620.36
HSL45.29%43.73%-
HSV(B)62.35%63.53%-
XYZ17.4111.365.69-
YUV91.2110.96178.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.04%
GREEN value IS 61 (24.22% from 255) = 21.48%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=57.04%
G=21.48%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162616100.620.620.36045.2943.73
HexA23D3D03E3E2402d2c
Octal2427575076764405554
Binary1010001011110111110101111101111101001000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D3D; }

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

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

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

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

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

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

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

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