Color Hex Logo

#ac271d Color Hex

#AC271D
(172,39,29)
0 Favorites   0 Comments

Color spaces of #ac271d

RGB 1723929
HSL0.010.710.39
HSV83°67°
CMYK 0.000.770.83   0.33
XYZ17.960510.31042.2059
Yxy10.31040.58930.3383
Hunter Lab32.109843.651118.4037
CIE-Lab38.393952.465439.2605

#ac271d color RGB value is (172,39,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100111 00011101
Octal 254 47 35
Decimal 172 39 29
Hex AC 27 1D

RGB Percentages of Color #ac271d

%71.67
%16.25
%12.08

CMYK Percentages of Color #ac271d

%0
%77
%83
%33

Triadic Colors of #ac271d

#ac271d #1dac27 #271dac

Analogous Colors of #ac271d

#ac271d #ac6f1d #ac1d5b

Monochromatic Colors of #ac271d

#ac271d

Complementary Color

#ac271d #1da2ac

#ac271d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac271d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac271d Color CSS Codes

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

#ac271d Text Font Color

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

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


#ac271d Background Color

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

This div background color is #ac271d


#ac271d Border Color

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

This div border color is #ac271d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,39,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 #ac271d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac271d


Comments

No comments written yet.

Please login to write comment.