Color Hex Logo

#a61918 Color Hex

#A61918
(166,25,24)
0 Favorites   0 Comments

Color spaces of #a61918

RGB 1662524
HSL0.000.750.37
HSV86°65°
CMYK 0.000.850.86   0.35
XYZ16.23848.86821.7200
Yxy8.86820.60530.3306
Hunter Lab29.779545.219617.4212
CIE-Lab35.729354.470639.0059

#a61918 color RGB value is (166,25,24).

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

The process color (four color CMYK) of #a61918 color hex is 0.00, 0.85, 0.86, 0.35. Web safe color of #a61918 is #990000. Color #a61918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011001 00011000
Octal 246 31 30
Decimal 166 25 24
Hex A6 19 18

RGB Percentages of Color #a61918

%77.21
%11.63
%11.16

CMYK Percentages of Color #a61918

%0
%85
%86
%35

Triadic Colors of #a61918

#a61918 #18a619 #1918a6

Analogous Colors of #a61918

#a61918 #a66018 #a6185e

Monochromatic Colors of #a61918

#a61918

Complementary Color

#a61918 #18a5a6

#a61918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61918 Color CSS Codes

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

#a61918 Text Font Color

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

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


#a61918 Background Color

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

This div background color is #a61918


#a61918 Border Color

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

This div border color is #a61918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61918


Comments

No comments written yet.

Please login to write comment.