Color Hex Logo

#ac201d Color Hex

#AC201D
(172,32,29)
0 Favorites   0 Comments

Color spaces of #ac201d

RGB 1723229
HSL0.000.710.39
HSV83°67°
CMYK 0.000.810.83   0.33
XYZ17.75159.89242.1362
Yxy9.89240.59610.3322
Hunter Lab31.452245.703417.9896
CIE-Lab37.648654.560338.5560

#ac201d color RGB value is (172,32,29).

#ac201d hex color red value is 172, green value is 32 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ac201d hue: 0.00 , saturation: 0.71 and the lightness value of ac201d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100000 00011101
Octal 254 40 35
Decimal 172 32 29
Hex AC 20 1D

RGB Percentages of Color #ac201d

%73.82
%13.73
%12.45

CMYK Percentages of Color #ac201d

%0
%81
%83
%33

Triadic Colors of #ac201d

#ac201d #1dac20 #201dac

Analogous Colors of #ac201d

#ac201d #ac681d #ac1d62

Monochromatic Colors of #ac201d

#ac201d

Complementary Color

#ac201d #1da9ac

#ac201d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac201d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac201d Color CSS Codes

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

#ac201d Text Font Color

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

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


#ac201d Background Color

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

This div background color is #ac201d


#ac201d Border Color

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

This div border color is #ac201d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac201d


Comments

No comments written yet.

Please login to write comment.