Html Css Color HEX #A23A39 Mexican Red

📋 copy color: '#A23A39'

red 162 ◦ green 58 ◦ blue 57

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

Shades of Mexican Red #A23A39

Tints of Mexican Red #A23A39

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.94%

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

R = 58.48%
G = 20.94%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A23A39 (or 0xA23A39) is known color: Mexican Red. HEX triplet: A2, 3A and 39. RGB value is (162,58,57). Sum of RGB (Red+Green+Blue) = 162+58+57=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A39 is #5DC5C6. Grayscale: #595959. Windows color (decimal): -6145479 or 3750562. OLE color: 3750562.

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

Color convert

RGB 162 58 57 -
CMYK 0 0.64 0.65 0.36
HSL 0.57º 0.48% 0.43% -
HSV(B) 0.57º 0.65% 0.64% -
XYZ 17.15 11 5.09 -
YUV 88.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 162 58 57 0 0.64 0.65 0.36 0.57 0.48 0.43
Hex A2 3A 39 0 40 41 24 1 30 2B
Octal 242 72 71 0 100 101 44 1 60 53
Binary 10100010 111010 111001 0 1000000 1000001 100100 1 110000 101011

Color Harmonies of #A23A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A39

Black with #A23A39

Text Example


Text Example

White with #A23A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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