Html Css Color HEX #A23C39 Mexican Red

📋 copy color: '#A23C39'

red 162 ◦ green 60 ◦ blue 57

#A23C39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mexican Red #A23C39

Tints of Mexican Red #A23C39

RGB

 RED value IS 162 (63.67% from 255) = 58.06%

 GREEN value IS 60 (23.83% from 255) = 21.51%

 BLUE value IS 57 (22.66% from 255) = 20.43%

R = 58.06%
G = 21.51%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A23C39 (or 0xA23C39) is known color: Mexican Red. HEX triplet: A2, 3C and 39. RGB value is (162,60,57). Sum of RGB (Red+Green+Blue) = 162+60+57=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C39 is #5DC3C6. Grayscale: #5A5A5A. Windows color (decimal): -6144967 or 3751074. OLE color: 3751074.

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

Color convert

RGB 162 60 57 -
CMYK 0 0.63 0.65 0.36
HSL 1.71º 0.48% 0.43% -
HSV(B) 1.71º 0.65% 0.64% -
XYZ 17.25 11.21 5.12 -
YUV 90.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 162 60 57 0 0.63 0.65 0.36 1.71 0.48 0.43
Hex A2 3C 39 0 3F 41 24 2 30 2B
Octal 242 74 71 0 77 101 44 2 60 53
Binary 10100010 111100 111001 0 111111 1000001 100100 10 110000 101011

Color Harmonies of #A23C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C39

Black with #A23C39

Text Example


Text Example

White with #A23C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C39; }

 p { color: rgb(162,60,57); }

 H1.HeaderClassName
 {
   color: #A23C39;
 }
 .AnyTagClassName
 {
   color: #A23C39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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