Color Hex Logo

#ac2d0d Color Hex

#AC2D0D
(172,45,13)
0 Favorites   0 Comments

Color spaces of #ac2d0d

RGB 1724513
HSL0.030.860.36
HSV12°92°67°
CMYK 0.000.740.92   0.33
XYZ18.024310.67651.4916
Yxy10.67650.59700.3536
Hunter Lab32.674941.284020.1659
CIE-Lab39.030250.061947.0246

#ac2d0d color RGB value is (172,45,13).

#ac2d0d hex color red value is 172, green value is 45 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ac2d0d hue: 0.03 , saturation: 0.86 and the lightness value of ac2d0d is 0.36.

The process color (four color CMYK) of #ac2d0d color hex is 0.00, 0.74, 0.92, 0.33. Web safe color of #ac2d0d is #993300. Color #ac2d0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101101 00001101
Octal 254 55 15
Decimal 172 45 13
Hex AC 2D D

RGB Percentages of Color #ac2d0d

%74.78
%19.57
%5.65

CMYK Percentages of Color #ac2d0d

%0
%74
%92
%33

Triadic Colors of #ac2d0d

#ac2d0d #0dac2d #2d0dac

Analogous Colors of #ac2d0d

#ac2d0d #ac7d0d #ac0d3c

Monochromatic Colors of #ac2d0d

#ac2d0d

Complementary Color

#ac2d0d #0d8cac

#ac2d0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2d0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2d0d Color CSS Codes

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

#ac2d0d Text Font Color

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

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


#ac2d0d Background Color

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

This div background color is #ac2d0d


#ac2d0d Border Color

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

This div border color is #ac2d0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2d0d


Comments

No comments written yet.

Please login to write comment.