Color Hex Logo

#a91819 Color Hex

#A91819
(169,24,25)
0 Favorites   0 Comments

Color spaces of #a91819

RGB 1692425
HSL1.000.750.38
HSV360°86°66°
CMYK 0.000.860.85   0.34
XYZ16.86439.15851.7986
Yxy9.15850.60620.3292
Hunter Lab30.263046.510217.6604
CIE-Lab36.287755.583439.2156

#a91819 color RGB value is (169,24,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00011000 00011001
Octal 251 30 31
Decimal 169 24 25
Hex A9 18 19

RGB Percentages of Color #a91819

%77.52
%11.01
%11.47

CMYK Percentages of Color #a91819

%0
%86
%85
%34

Triadic Colors of #a91819

#a91819 #19a918 #1819a9

Analogous Colors of #a91819

#a91819 #a96018 #a91861

Monochromatic Colors of #a91819

#a91819

Complementary Color

#a91819 #18a9a8

#a91819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91819 Color CSS Codes

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

#a91819 Text Font Color

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

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


#a91819 Background Color

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

This div background color is #a91819


#a91819 Border Color

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

This div border color is #a91819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91819


Comments

No comments written yet.

Please login to write comment.