Color Hex Logo

#ac251a Color Hex

#AC251A
(172,37,26)
0 Favorites   0 Comments

Color spaces of #ac251a

RGB 1723726
HSL0.010.740.39
HSV85°67°
CMYK 0.000.780.85   0.33
XYZ17.861310.16841.9986
Yxy10.16840.59480.3386
Hunter Lab31.887944.178918.6055
CIE-Lab38.143053.017540.5923

#ac251a color RGB value is (172,37,26).

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

The process color (four color CMYK) of #ac251a color hex is 0.00, 0.78, 0.85, 0.33. Web safe color of #ac251a is #993333. Color #ac251a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100101 00011010
Octal 254 45 32
Decimal 172 37 26
Hex AC 25 1A

RGB Percentages of Color #ac251a

%73.19
%15.74
%11.06

CMYK Percentages of Color #ac251a

%0
%78
%85
%33

Triadic Colors of #ac251a

#ac251a #1aac25 #251aac

Analogous Colors of #ac251a

#ac251a #ac6e1a #ac1a58

Monochromatic Colors of #ac251a

#ac251a

Complementary Color

#ac251a #1aa1ac

#ac251a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac251a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac251a Color CSS Codes

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

#ac251a Text Font Color

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

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


#ac251a Background Color

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

This div background color is #ac251a


#ac251a Border Color

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

This div border color is #ac251a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac251a


Comments

No comments written yet.

Please login to write comment.