Color Hex Logo

#ad231a Color Hex

#AD231A
(173,35,26)
0 Favorites   0 Comments

Color spaces of #ad231a

RGB 1733526
HSL0.010.740.39
HSV85°68°
CMYK 0.000.800.85   0.32
XYZ18.021110.16091.9887
Yxy10.16090.59730.3368
Hunter Lab31.876245.131218.6143
CIE-Lab38.129753.926540.6566

#ad231a color RGB value is (173,35,26).

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

The process color (four color CMYK) of #ad231a color hex is 0.00, 0.80, 0.85, 0.32. Web safe color of #ad231a is #993333. Color #ad231a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100011 00011010
Octal 255 43 32
Decimal 173 35 26
Hex AD 23 1A

RGB Percentages of Color #ad231a

%73.93
%14.96
%11.11

CMYK Percentages of Color #ad231a

%0
%80
%85
%32

Triadic Colors of #ad231a

#ad231a #1aad23 #231aad

Analogous Colors of #ad231a

#ad231a #ad6d1a #ad1a5a

Monochromatic Colors of #ad231a

#ad231a

Complementary Color

#ad231a #1aa4ad

#ad231a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad231a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad231a Color CSS Codes

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

#ad231a Text Font Color

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

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


#ad231a Background Color

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

This div background color is #ad231a


#ad231a Border Color

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

This div border color is #ad231a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,35,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 #ad231a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad231a


Comments

No comments written yet.

Please login to write comment.