Color Hex Logo

#a91510 Color Hex

#A91510
(169,21,16)
0 Favorites   0 Comments

Color spaces of #a91510

RGB 1692116
HSL0.010.830.36
HSV91°66°
CMYK 0.000.880.91   0.34
XYZ16.72399.00881.3476
Yxy9.00880.61760.3327
Hunter Lab30.014746.932918.3483
CIE-Lab36.001256.036343.3947

#a91510 color RGB value is (169,21,16).

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

The process color (four color CMYK) of #a91510 color hex is 0.00, 0.88, 0.91, 0.34. Web safe color of #a91510 is #990000. Color #a91510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010101 00010000
Octal 251 25 20
Decimal 169 21 16
Hex A9 15 10

RGB Percentages of Color #a91510

%82.04
%10.19
%7.77

CMYK Percentages of Color #a91510

%0
%88
%91
%34

Triadic Colors of #a91510

#a91510 #10a915 #1510a9

Analogous Colors of #a91510

#a91510 #a96210 #a91057

Monochromatic Colors of #a91510

#a91510

Complementary Color

#a91510 #10a4a9

#a91510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91510 Color CSS Codes

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

#a91510 Text Font Color

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

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


#a91510 Background Color

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

This div background color is #a91510


#a91510 Border Color

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

This div border color is #a91510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91510


Comments

No comments written yet.

Please login to write comment.