Color Hex Logo

#a91018 Color Hex

#A91018
(169,16,24)
0 Favorites   0 Comments

Color spaces of #a91018

RGB 1691624
HSL0.990.830.36
HSV357°91°66°
CMYK 0.000.910.86   0.34
XYZ16.71238.87151.6957
Yxy8.87150.61260.3252
Hunter Lab29.785148.031917.4741
CIE-Lab35.735757.116039.2544

#a91018 color RGB value is (169,16,24).

#a91018 hex color red value is 169, green value is 16 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #a91018 hue: 0.99 , saturation: 0.83 and the lightness value of a91018 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010000 00011000
Octal 251 20 30
Decimal 169 16 24
Hex A9 10 18

RGB Percentages of Color #a91018

%80.86
%7.66
%11.48

CMYK Percentages of Color #a91018

%0
%91
%86
%34

Triadic Colors of #a91018

#a91018 #18a910 #1018a9

Analogous Colors of #a91018

#a91018 #a95510 #a91065

Monochromatic Colors of #a91018

#a91018

Complementary Color

#a91018 #10a9a1

#a91018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91018 Color CSS Codes

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

#a91018 Text Font Color

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

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


#a91018 Background Color

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

This div background color is #a91018


#a91018 Border Color

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

This div border color is #a91018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91018


Comments

No comments written yet.

Please login to write comment.