Color Hex Logo

#a51601 Color Hex

#A51601
(165,22,1)
0 Favorites   0 Comments

Color spaces of #a51601

RGB 165221
HSL0.020.990.33
HSV99°65°
CMYK 0.000.870.99   0.35
XYZ15.80948.57530.8507
Yxy8.57530.62650.3398
Hunter Lab29.283645.120818.7761
CIE-Lab35.153454.487848.4414

#a51601 color RGB value is (165,22,1).

#a51601 hex color red value is 165, green value is 22 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #a51601 hue: 0.02 , saturation: 0.99 and the lightness value of a51601 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010110 00000001
Octal 245 26 1
Decimal 165 22 1
Hex A5 16 1

RGB Percentages of Color #a51601

%87.77
%11.70
%0.53

CMYK Percentages of Color #a51601

%0
%87
%99
%35

Triadic Colors of #a51601

#a51601 #01a516 #1601a5

Analogous Colors of #a51601

#a51601 #a56801 #a5013e

Monochromatic Colors of #a51601

#a51601

Complementary Color

#a51601 #0190a5

#a51601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51601 Color CSS Codes

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

#a51601 Text Font Color

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

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


#a51601 Background Color

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

This div background color is #a51601


#a51601 Border Color

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

This div border color is #a51601


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,22,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51601


Comments

No comments written yet.

Please login to write comment.