Color Hex Logo

#a2302e Color Hex

#A2302E
(162,48,46)
0 Favorites   0 Comments

Color spaces of #a2302e

RGB 1624846
HSL0.000.560.41
HSV72°64°
CMYK 0.000.700.72   0.36
XYZ16.45049.99253.6465
Yxy9.99250.54670.3321
Hunter Lab31.610937.572715.2882
CIE-Lab37.829046.622428.3419

#a2302e color RGB value is (162,48,46).

#a2302e hex color red value is 162, green value is 48 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a2302e hue: 0.00 , saturation: 0.56 and the lightness value of a2302e is 0.41.

The process color (four color CMYK) of #a2302e color hex is 0.00, 0.70, 0.72, 0.36. Web safe color of #a2302e is #993333. Color #a2302e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110000 00101110
Octal 242 60 56
Decimal 162 48 46
Hex A2 30 2E

RGB Percentages of Color #a2302e

%63.28
%18.75
%17.97

CMYK Percentages of Color #a2302e

%0
%70
%72
%36

Triadic Colors of #a2302e

#a2302e #2ea230 #302ea2

Analogous Colors of #a2302e

#a2302e #a26a2e #a22e66

Monochromatic Colors of #a2302e

#a2302e

Complementary Color

#a2302e #2ea0a2

#a2302e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2302e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2302e Color CSS Codes

.mybgcolor {background-color:#a2302e; } 
.myforecolor {color:#a2302e; }
.mybordercolor {border:3px solid #a2302e; }

#a2302e Text Font Color

<p style="color:#a2302e">Text here</p>

This sample text font color is #a2302e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a2302e Background Color

<div style="background-color:#a2302e">
Div content here</div>

This div background color is #a2302e


#a2302e Border Color

<div style="border:3px solid #a2302e">
Div here</div>

This div border color is #a2302e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,48,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2302e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2302e;
  -webkit-box-shadow: 1px 1px 3px 2px #a2302e;
  box-shadow:         1px 1px 3px 2px #a2302e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,48,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a2302e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a2302e;
  -webkit-box-shadow: 1px 1px 3px 2px #a2302e;
  box-shadow:         1px 1px 3px 2px #a2302e;">
Div content here</div>

This div box has shadow with color #a2302e


Comments

No comments written yet.

Please login to write comment.