Color Hex Logo

#ac122a Color Hex

#AC122A
(172,18,42)
0 Favorites   0 Comments

Color spaces of #ac122a

RGB 1721842
HSL0.970.810.37
HSV351°90°67°
CMYK 0.000.900.76   0.33
XYZ17.64759.37043.0690
Yxy9.37040.58660.3114
Hunter Lab30.611149.336915.4835
CIE-Lab36.687958.142229.9750

#ac122a color RGB value is (172,18,42).

#ac122a hex color red value is 172, green value is 18 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ac122a hue: 0.97 , saturation: 0.81 and the lightness value of ac122a is 0.37.

The process color (four color CMYK) of #ac122a color hex is 0.00, 0.90, 0.76, 0.33. Web safe color of #ac122a is #990033. Color #ac122a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010010 00101010
Octal 254 22 52
Decimal 172 18 42
Hex AC 12 2A

RGB Percentages of Color #ac122a

%74.14
%7.76
%18.10

CMYK Percentages of Color #ac122a

%0
%90
%76
%33

Triadic Colors of #ac122a

#ac122a #2aac12 #122aac

Analogous Colors of #ac122a

#ac122a #ac4712 #ac1277

Monochromatic Colors of #ac122a

#ac122a

Complementary Color

#ac122a #12ac94

#ac122a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac122a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac122a Color CSS Codes

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

#ac122a Text Font Color

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

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


#ac122a Background Color

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

This div background color is #ac122a


#ac122a Border Color

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

This div border color is #ac122a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac122a


Comments

No comments written yet.

Please login to write comment.