Color Hex Logo

#ac151e Color Hex

#AC151E
(172,21,30)
0 Favorites   0 Comments

Color spaces of #ac151e

RGB 1722130
HSL0.990.780.38
HSV356°88°67°
CMYK 0.000.880.83   0.33
XYZ17.51589.40072.1196
Yxy9.40070.60320.3238
Hunter Lab30.660648.317717.3636
CIE-Lab36.744657.186437.1374

#ac151e color RGB value is (172,21,30).

#ac151e hex color red value is 172, green value is 21 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ac151e hue: 0.99 , saturation: 0.78 and the lightness value of ac151e is 0.38.

The process color (four color CMYK) of #ac151e color hex is 0.00, 0.88, 0.83, 0.33. Web safe color of #ac151e is #990033. Color #ac151e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010101 00011110
Octal 254 25 36
Decimal 172 21 30
Hex AC 15 1E

RGB Percentages of Color #ac151e

%77.13
%9.42
%13.45

CMYK Percentages of Color #ac151e

%0
%88
%83
%33

Triadic Colors of #ac151e

#ac151e #1eac15 #151eac

Analogous Colors of #ac151e

#ac151e #ac5815 #ac156a

Monochromatic Colors of #ac151e

#ac151e

Complementary Color

#ac151e #15aca3

#ac151e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac151e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac151e Color CSS Codes

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

#ac151e Text Font Color

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

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


#ac151e Background Color

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

This div background color is #ac151e


#ac151e Border Color

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

This div border color is #ac151e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac151e


Comments

No comments written yet.

Please login to write comment.