Color Hex Logo

#ab222c Color Hex

#AB222C
(171,34,44)
0 Favorites   0 Comments

Color spaces of #ab222c

RGB 1713444
HSL0.990.670.40
HSV356°80°67°
CMYK 0.000.800.74   0.33
XYZ17.82129.98383.3707
Yxy9.98380.57160.3202
Hunter Lab31.597245.381315.7931
CIE-Lab37.813354.223929.9830

#ab222c color RGB value is (171,34,44).

#ab222c hex color red value is 171, green value is 34 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ab222c hue: 0.99 , saturation: 0.67 and the lightness value of ab222c is 0.40.

The process color (four color CMYK) of #ab222c color hex is 0.00, 0.80, 0.74, 0.33. Web safe color of #ab222c is #993333. Color #ab222c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 00101100
Octal 253 42 54
Decimal 171 34 44
Hex AB 22 2C

RGB Percentages of Color #ab222c

%68.67
%13.65
%17.67

CMYK Percentages of Color #ab222c

%0
%80
%74
%33

Triadic Colors of #ab222c

#ab222c #2cab22 #222cab

Analogous Colors of #ab222c

#ab222c #ab5c22 #ab2271

Monochromatic Colors of #ab222c

#ab222c

Complementary Color

#ab222c #22aba1

#ab222c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab222c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab222c Color CSS Codes

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

#ab222c Text Font Color

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

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


#ab222c Background Color

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

This div background color is #ab222c


#ab222c Border Color

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

This div border color is #ab222c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,34,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab222c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab222c;
  -webkit-box-shadow: 1px 1px 3px 2px #ab222c;
  box-shadow:         1px 1px 3px 2px #ab222c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,34,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab222c


Comments

No comments written yet.

Please login to write comment.