Color Hex Logo

#a31535 Color Hex

#A31535
(163,21,53)
0 Favorites   0 Comments

Color spaces of #a31535

RGB 1632153
HSL0.960.770.36
HSV346°87°64°
CMYK 0.000.870.67   0.36
XYZ16.01508.57994.1802
Yxy8.57990.55660.2982
Hunter Lab29.291546.334112.0427
CIE-Lab35.162555.635320.7415

#a31535 color RGB value is (163,21,53).

#a31535 hex color red value is 163, green value is 21 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #a31535 hue: 0.96 , saturation: 0.77 and the lightness value of a31535 is 0.36.

The process color (four color CMYK) of #a31535 color hex is 0.00, 0.87, 0.67, 0.36. Web safe color of #a31535 is #990033. Color #a31535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010101 00110101
Octal 243 25 65
Decimal 163 21 53
Hex A3 15 35

RGB Percentages of Color #a31535

%68.78
%8.86
%22.36

CMYK Percentages of Color #a31535

%0
%87
%67
%36

Triadic Colors of #a31535

#a31535 #35a315 #1535a3

Analogous Colors of #a31535

#a31535 #a33c15 #a3157c

Monochromatic Colors of #a31535

#a31535

Complementary Color

#a31535 #15a383

#a31535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31535 Color CSS Codes

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

#a31535 Text Font Color

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

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


#a31535 Background Color

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

This div background color is #a31535


#a31535 Border Color

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

This div border color is #a31535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31535


Comments

No comments written yet.

Please login to write comment.