Color Hex Logo

#a6262c Color Hex

#A6262C
(166,38,44)
0 Favorites   0 Comments

Color spaces of #a6262c

RGB 1663844
HSL0.990.630.40
HSV357°77°65°
CMYK 0.000.770.73   0.35
XYZ16.87369.67513.3610
Yxy9.67510.56420.3235
Hunter Lab31.104842.398415.3669
CIE-Lab37.252951.474729.0770

#a6262c color RGB value is (166,38,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100110 00101100
Octal 246 46 54
Decimal 166 38 44
Hex A6 26 2C

RGB Percentages of Color #a6262c

%66.94
%15.32
%17.74

CMYK Percentages of Color #a6262c

%0
%77
%73
%35

Triadic Colors of #a6262c

#a6262c #2ca626 #262ca6

Analogous Colors of #a6262c

#a6262c #a66026 #a6266c

Monochromatic Colors of #a6262c

#a6262c

Complementary Color

#a6262c #26a6a0

#a6262c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6262c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6262c Color CSS Codes

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

#a6262c Text Font Color

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

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


#a6262c Background Color

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

This div background color is #a6262c


#a6262c Border Color

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

This div border color is #a6262c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6262c


Comments

No comments written yet.

Please login to write comment.