Color Hex Logo

#a6290d Color Hex

#A6290D
(166,41,13)
0 Favorites   0 Comments

Color spaces of #a6290d

RGB 1664113
HSL0.030.850.35
HSV11°92°65°
CMYK 0.000.750.92   0.35
XYZ16.59159.72191.3828
Yxy9.72190.59910.3510
Hunter Lab31.180040.418619.1965
CIE-Lab37.338649.530445.3012

#a6290d color RGB value is (166,41,13).

#a6290d hex color red value is 166, green value is 41 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a6290d hue: 0.03 , saturation: 0.85 and the lightness value of a6290d is 0.35.

The process color (four color CMYK) of #a6290d color hex is 0.00, 0.75, 0.92, 0.35. Web safe color of #a6290d is #993300. Color #a6290d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101001 00001101
Octal 246 51 15
Decimal 166 41 13
Hex A6 29 D

RGB Percentages of Color #a6290d

%75.45
%18.64
%5.91

CMYK Percentages of Color #a6290d

%0
%75
%92
%35

Triadic Colors of #a6290d

#a6290d #0da629 #290da6

Analogous Colors of #a6290d

#a6290d #a6760d #a60d3d

Monochromatic Colors of #a6290d

#a6290d

Complementary Color

#a6290d #0d8aa6

#a6290d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6290d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6290d Color CSS Codes

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

#a6290d Text Font Color

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

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


#a6290d Background Color

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

This div background color is #a6290d


#a6290d Border Color

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

This div border color is #a6290d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,41,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6290d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6290d;
  -webkit-box-shadow: 1px 1px 3px 2px #a6290d;
  box-shadow:         1px 1px 3px 2px #a6290d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,41,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6290d


Comments

No comments written yet.

Please login to write comment.