Html Css Color HEX #A23C3A Mexican Red

📋 copy color: '#A23C3A'

red 162 ◦ green 60 ◦ blue 58

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

Shades of Mexican Red #A23C3A

Tints of Mexican Red #A23C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 57.86%
G = 21.43%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A23C3A (or 0xA23C3A) is known color: Mexican Red. HEX triplet: A2, 3C and 3A. RGB value is (162,60,58). Sum of RGB (Red+Green+Blue) = 162+60+58=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C3A is #5DC3C5. Grayscale: #5A5A5A. Windows color (decimal): -6144966 or 3816610. OLE color: 3816610.

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

Color convert

RGB 162 60 58 -
CMYK 0 0.63 0.64 0.36
HSL 1.15º 0.47% 0.43% -
HSV(B) 1.15º 0.64% 0.64% -
XYZ 17.28 11.22 5.26 -
YUV 90.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 162 60 58 0 0.63 0.64 0.36 1.15 0.47 0.43
Hex A2 3C 3A 0 3F 40 24 1 2F 2B
Octal 242 74 72 0 77 100 44 1 57 53
Binary 10100010 111100 111010 0 111111 1000000 100100 1 101111 101011

Color Harmonies of #A23C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C3A

Black with #A23C3A

Text Example


Text Example

White with #A23C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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