Color Hex Logo

#ac130f Color Hex

#AC130F
(172,19,15)
0 Favorites   0 Comments

Color spaces of #ac130f

RGB 1721915
HSL0.000.840.37
HSV91°67°
CMYK 0.000.890.91   0.33
XYZ17.33249.27091.3279
Yxy9.27090.62050.3319
Hunter Lab30.448248.325618.7280
CIE-Lab36.500757.241044.4824

#ac130f color RGB value is (172,19,15).

#ac130f hex color red value is 172, green value is 19 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ac130f hue: 0.00 , saturation: 0.84 and the lightness value of ac130f is 0.37.

The process color (four color CMYK) of #ac130f color hex is 0.00, 0.89, 0.91, 0.33. Web safe color of #ac130f is #990000. Color #ac130f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010011 00001111
Octal 254 23 17
Decimal 172 19 15
Hex AC 13 F

RGB Percentages of Color #ac130f

%83.50
%9.22
%7.28

CMYK Percentages of Color #ac130f

%0
%89
%91
%33

Triadic Colors of #ac130f

#ac130f #0fac13 #130fac

Analogous Colors of #ac130f

#ac130f #ac620f #ac0f5a

Monochromatic Colors of #ac130f

#ac130f

Complementary Color

#ac130f #0fa8ac

#ac130f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac130f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac130f Color CSS Codes

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

#ac130f Text Font Color

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

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


#ac130f Background Color

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

This div background color is #ac130f


#ac130f Border Color

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

This div border color is #ac130f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac130f


Comments

No comments written yet.

Please login to write comment.