Color Hex Logo

#a31510 Color Hex

#A31510
(163,21,16)
0 Favorites   0 Comments

Color spaces of #a31510

RGB 1632116
HSL0.010.820.35
HSV90°64°
CMYK 0.000.870.90   0.36
XYZ15.46598.36031.2888
Yxy8.36030.61580.3329
Hunter Lab28.914244.878017.5972
CIE-Lab34.722354.340041.8724

#a31510 color RGB value is (163,21,16).

#a31510 hex color red value is 163, green value is 21 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a31510 hue: 0.01 , saturation: 0.82 and the lightness value of a31510 is 0.35.

The process color (four color CMYK) of #a31510 color hex is 0.00, 0.87, 0.90, 0.36. Web safe color of #a31510 is #990000. Color #a31510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010101 00010000
Octal 243 25 20
Decimal 163 21 16
Hex A3 15 10

RGB Percentages of Color #a31510

%81.50
%10.50
%8.00

CMYK Percentages of Color #a31510

%0
%87
%90
%36

Triadic Colors of #a31510

#a31510 #10a315 #1510a3

Analogous Colors of #a31510

#a31510 #a35e10 #a31055

Monochromatic Colors of #a31510

#a31510

Complementary Color

#a31510 #109ea3

#a31510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31510 Color CSS Codes

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

#a31510 Text Font Color

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

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


#a31510 Background Color

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

This div background color is #a31510


#a31510 Border Color

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

This div border color is #a31510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31510


Comments

No comments written yet.

Please login to write comment.