Color Hex Logo

#a51110 Color Hex

#A51110
(165,17,16)
0 Favorites   0 Comments

Color spaces of #a51110

RGB 1651716
HSL0.000.820.35
HSV90°65°
CMYK 0.000.900.90   0.35
XYZ15.81108.43761.2855
Yxy8.43760.61920.3304
Hunter Lab29.047546.326917.7094
CIE-Lab34.878155.683642.1801

#a51110 color RGB value is (165,17,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010001 00010000
Octal 245 21 20
Decimal 165 17 16
Hex A5 11 10

RGB Percentages of Color #a51110

%83.33
%8.59
%8.08

CMYK Percentages of Color #a51110

%0
%90
%90
%35

Triadic Colors of #a51110

#a51110 #10a511 #1110a5

Analogous Colors of #a51110

#a51110 #a55c10 #a5105a

Monochromatic Colors of #a51110

#a51110

Complementary Color

#a51110 #10a4a5

#a51110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51110 Color CSS Codes

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

#a51110 Text Font Color

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

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


#a51110 Background Color

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

This div background color is #a51110


#a51110 Border Color

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

This div border color is #a51110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51110


Comments

No comments written yet.

Please login to write comment.