Color Hex Logo

#ac212c Color Hex

#AC212C
(172,33,44)
0 Favorites   0 Comments

Color spaces of #ac212c

RGB 1723344
HSL0.990.680.40
HSV355°81°67°
CMYK 0.000.810.74   0.33
XYZ18.011710.04023.3715
Yxy10.04020.57320.3195
Hunter Lab31.686346.015315.8718
CIE-Lab37.914554.804030.1524

#ac212c color RGB value is (172,33,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100001 00101100
Octal 254 41 54
Decimal 172 33 44
Hex AC 21 2C

RGB Percentages of Color #ac212c

%69.08
%13.25
%17.67

CMYK Percentages of Color #ac212c

%0
%81
%74
%33

Triadic Colors of #ac212c

#ac212c #2cac21 #212cac

Analogous Colors of #ac212c

#ac212c #ac5c21 #ac2172

Monochromatic Colors of #ac212c

#ac212c

Complementary Color

#ac212c #21aca1

#ac212c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac212c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac212c Color CSS Codes

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

#ac212c Text Font Color

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

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


#ac212c Background Color

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

This div background color is #ac212c


#ac212c Border Color

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

This div border color is #ac212c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac212c


Comments

No comments written yet.

Please login to write comment.