Color Hex Logo

#a6262d Color Hex

#A6262D
(166,38,45)
0 Favorites   0 Comments

Color spaces of #a6262d

RGB 1663845
HSL0.990.630.40
HSV357°77°65°
CMYK 0.000.770.73   0.35
XYZ16.89279.68273.4612
Yxy9.68270.56240.3224
Hunter Lab31.117042.448615.1870
CIE-Lab37.266851.520628.4837

#a6262d color RGB value is (166,38,45).

#a6262d hex color red value is 166, green value is 38 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #a6262d hue: 0.99 , saturation: 0.63 and the lightness value of a6262d is 0.40.

The process color (four color CMYK) of #a6262d color hex is 0.00, 0.77, 0.73, 0.35. Web safe color of #a6262d is #993333. Color #a6262d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100110 00101101
Octal 246 46 55
Decimal 166 38 45
Hex A6 26 2D

RGB Percentages of Color #a6262d

%66.67
%15.26
%18.07

CMYK Percentages of Color #a6262d

%0
%77
%73
%35

Triadic Colors of #a6262d

#a6262d #2da626 #262da6

Analogous Colors of #a6262d

#a6262d #a65f26 #a6266d

Monochromatic Colors of #a6262d

#a6262d

Complementary Color

#a6262d #26a69f

#a6262d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6262d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6262d Color CSS Codes

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

#a6262d Text Font Color

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

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


#a6262d Background Color

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

This div background color is #a6262d


#a6262d Border Color

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

This div border color is #a6262d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6262d


Comments

No comments written yet.

Please login to write comment.