Color Hex Logo

#ac212d Color Hex

#AC212D
(172,33,45)
0 Favorites   0 Comments

Color spaces of #ac212d

RGB 1723345
HSL0.990.680.40
HSV355°81°67°
CMYK 0.000.810.74   0.33
XYZ18.030810.04783.4717
Yxy10.04780.57150.3185
Hunter Lab31.698346.063515.6951
CIE-Lab37.928154.846929.5598

#ac212d color RGB value is (172,33,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100001 00101101
Octal 254 41 55
Decimal 172 33 45
Hex AC 21 2D

RGB Percentages of Color #ac212d

%68.80
%13.20
%18.00

CMYK Percentages of Color #ac212d

%0
%81
%74
%33

Triadic Colors of #ac212d

#ac212d #2dac21 #212dac

Analogous Colors of #ac212d

#ac212d #ac5b21 #ac2173

Monochromatic Colors of #ac212d

#ac212d

Complementary Color

#ac212d #21aca0

#ac212d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac212d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac212d Color CSS Codes

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

#ac212d Text Font Color

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

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


#ac212d Background Color

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

This div background color is #ac212d


#ac212d Border Color

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

This div border color is #ac212d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac212d


Comments

No comments written yet.

Please login to write comment.