Color Hex Logo

#a6091d Color Hex

#A6091D
(166,9,29)
0 Favorites   0 Comments

Color spaces of #a6091d

RGB 166929
HSL0.980.900.34
HSV352°95°65°
CMYK 0.000.950.83   0.35
XYZ16.04538.39111.9364
Yxy8.39110.60840.3182
Hunter Lab28.967448.179816.3138
CIE-Lab34.784557.438935.3549

#a6091d color RGB value is (166,9,29).

#a6091d hex color red value is 166, green value is 9 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a6091d hue: 0.98 , saturation: 0.90 and the lightness value of a6091d is 0.34.

The process color (four color CMYK) of #a6091d color hex is 0.00, 0.95, 0.83, 0.35. Web safe color of #a6091d is #990033. Color #a6091d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001001 00011101
Octal 246 11 35
Decimal 166 9 29
Hex A6 9 1D

RGB Percentages of Color #a6091d

%81.37
%4.41
%14.22

CMYK Percentages of Color #a6091d

%0
%95
%83
%35

Triadic Colors of #a6091d

#a6091d #1da609 #091da6

Analogous Colors of #a6091d

#a6091d #a64309 #a6096c

Monochromatic Colors of #a6091d

#a6091d

Complementary Color

#a6091d #09a692

#a6091d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6091d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6091d Color CSS Codes

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

#a6091d Text Font Color

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

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


#a6091d Background Color

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

This div background color is #a6091d


#a6091d Border Color

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

This div border color is #a6091d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6091d


Comments

No comments written yet.

Please login to write comment.