Color Hex Logo

#ac0021 Color Hex

#AC0021
(172,0,33)
0 Favorites   0 Comments

Color spaces of #ac0021

RGB 172033
HSL0.971.000.34
HSV348°100°67°
CMYK 0.001.000.81   0.33
XYZ17.28788.88052.2418
Yxy8.88050.60850.3126
Hunter Lab29.800251.401916.3999
CIE-Lab35.753260.219734.4134

#ac0021 color RGB value is (172,0,33).

#ac0021 hex color red value is 172, green value is 0 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ac0021 hue: 0.97 , saturation: 1.00 and the lightness value of ac0021 is 0.34.

The process color (four color CMYK) of #ac0021 color hex is 0.00, 1.00, 0.81, 0.33. Web safe color of #ac0021 is #990033. Color #ac0021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000000 00100001
Octal 254 0 41
Decimal 172 0 33
Hex AC 0 21

RGB Percentages of Color #ac0021

%83.90
%0.00
%16.10

CMYK Percentages of Color #ac0021

%0
%100
%81
%33

Triadic Colors of #ac0021

#ac0021 #21ac00 #0021ac

Analogous Colors of #ac0021

#ac0021 #ac3500 #ac0077

Monochromatic Colors of #ac0021

#ac0021

Complementary Color

#ac0021 #00ac8b

#ac0021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0021 Color CSS Codes

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

#ac0021 Text Font Color

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

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


#ac0021 Background Color

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

This div background color is #ac0021


#ac0021 Border Color

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

This div border color is #ac0021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0021


Comments

No comments written yet.

Please login to write comment.