Color Hex Logo

#ac202a Color Hex

#AC202A
(172,32,42)
0 Favorites   0 Comments

Color spaces of #ac202a

RGB 1723242
HSL0.990.690.40
HSV356°81°67°
CMYK 0.000.810.76   0.33
XYZ17.94779.97083.1691
Yxy9.97080.57730.3207
Hunter Lab31.576646.198016.1531
CIE-Lab37.790055.000231.2205

#ac202a color RGB value is (172,32,42).

#ac202a hex color red value is 172, green value is 32 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ac202a hue: 0.99 , saturation: 0.69 and the lightness value of ac202a is 0.40.

The process color (four color CMYK) of #ac202a color hex is 0.00, 0.81, 0.76, 0.33. Web safe color of #ac202a is #993333. Color #ac202a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100000 00101010
Octal 254 40 52
Decimal 172 32 42
Hex AC 20 2A

RGB Percentages of Color #ac202a

%69.92
%13.01
%17.07

CMYK Percentages of Color #ac202a

%0
%81
%76
%33

Triadic Colors of #ac202a

#ac202a #2aac20 #202aac

Analogous Colors of #ac202a

#ac202a #ac5c20 #ac2070

Monochromatic Colors of #ac202a

#ac202a

Complementary Color

#ac202a #20aca2

#ac202a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac202a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac202a Color CSS Codes

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

#ac202a Text Font Color

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

This sample text font color is #ac202a
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.


#ac202a Background Color

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

This div background color is #ac202a


#ac202a Border Color

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

This div border color is #ac202a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,32,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ac202a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ac202a;
  -webkit-box-shadow: 1px 1px 3px 2px #ac202a;
  box-shadow:         1px 1px 3px 2px #ac202a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,32,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac202a


Comments

No comments written yet.

Please login to write comment.