Color Hex Logo

#a3171d Color Hex

#A3171D
(163,23,29)
0 Favorites   0 Comments

Color spaces of #a3171d

RGB 1632329
HSL0.990.750.36
HSV357°86°64°
CMYK 0.000.860.82   0.36
XYZ15.63248.48801.9768
Yxy8.48800.59900.3252
Hunter Lab29.134244.792216.3710
CIE-Lab34.979254.208535.3301

#a3171d color RGB value is (163,23,29).

#a3171d hex color red value is 163, green value is 23 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a3171d hue: 0.99 , saturation: 0.75 and the lightness value of a3171d is 0.36.

The process color (four color CMYK) of #a3171d color hex is 0.00, 0.86, 0.82, 0.36. Web safe color of #a3171d is #990033. Color #a3171d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010111 00011101
Octal 243 27 35
Decimal 163 23 29
Hex A3 17 1D

RGB Percentages of Color #a3171d

%75.81
%10.70
%13.49

CMYK Percentages of Color #a3171d

%0
%86
%82
%36

Triadic Colors of #a3171d

#a3171d #1da317 #171da3

Analogous Colors of #a3171d

#a3171d #a35717 #a31763

Monochromatic Colors of #a3171d

#a3171d

Complementary Color

#a3171d #17a39d

#a3171d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3171d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3171d Color CSS Codes

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

#a3171d Text Font Color

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

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


#a3171d Background Color

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

This div background color is #a3171d


#a3171d Border Color

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

This div border color is #a3171d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,23,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3171d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3171d;
  -webkit-box-shadow: 1px 1px 3px 2px #a3171d;
  box-shadow:         1px 1px 3px 2px #a3171d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,23,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3171d


Comments

No comments written yet.

Please login to write comment.