Color Hex Logo

#a6191d Color Hex

#A6191D
(166,25,29)
0 Favorites   0 Comments

Color spaces of #a6191d

RGB 1662529
HSL1.000.740.37
HSV358°85°65°
CMYK 0.000.850.83   0.35
XYZ16.29538.89102.0197
Yxy8.89100.59900.3268
Hunter Lab29.817845.368416.8565
CIE-Lab35.773654.603336.3222

#a6191d color RGB value is (166,25,29).

#a6191d hex color red value is 166, green value is 25 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a6191d hue: 1.00 , saturation: 0.74 and the lightness value of a6191d is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011001 00011101
Octal 246 31 35
Decimal 166 25 29
Hex A6 19 1D

RGB Percentages of Color #a6191d

%75.45
%11.36
%13.18

CMYK Percentages of Color #a6191d

%0
%85
%83
%35

Triadic Colors of #a6191d

#a6191d #1da619 #191da6

Analogous Colors of #a6191d

#a6191d #a65c19 #a61963

Monochromatic Colors of #a6191d

#a6191d

Complementary Color

#a6191d #19a6a2

#a6191d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6191d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6191d Color CSS Codes

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

#a6191d Text Font Color

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

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


#a6191d Background Color

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

This div background color is #a6191d


#a6191d Border Color

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

This div border color is #a6191d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6191d


Comments

No comments written yet.

Please login to write comment.