Color Hex Logo

#a71300 Color Hex

#A71300
(167,19,0)
0 Favorites   0 Comments

Color spaces of #a71300

RGB 167190
HSL0.021.000.33
HSV100°65°
CMYK 0.000.891.00   0.35
XYZ16.16928.68120.8234
Yxy8.68120.62980.3381
Hunter Lab29.463946.395518.9678
CIE-Lab35.363155.654349.1934

#a71300 color RGB value is (167,19,0).

#a71300 hex color red value is 167, green value is 19 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #a71300 hue: 0.02 , saturation: 1.00 and the lightness value of a71300 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010011 00000000
Octal 247 23 0
Decimal 167 19 0
Hex A7 13 0

RGB Percentages of Color #a71300

%89.78
%10.22
%0.00

CMYK Percentages of Color #a71300

%0
%89
%100
%35

Triadic Colors of #a71300

#a71300 #00a713 #1300a7

Analogous Colors of #a71300

#a71300 #a76700 #a70040

Monochromatic Colors of #a71300

#a71300

Complementary Color

#a71300 #0094a7

#a71300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71300 Color CSS Codes

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

#a71300 Text Font Color

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

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


#a71300 Background Color

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

This div background color is #a71300


#a71300 Border Color

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

This div border color is #a71300


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,19,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a71300; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a71300;
  -webkit-box-shadow: 1px 1px 3px 2px #a71300;
  box-shadow:         1px 1px 3px 2px #a71300; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,19,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71300


Comments

No comments written yet.

Please login to write comment.