Color Hex Logo

#a91028 Color Hex

#A91028
(169,16,40)
0 Favorites   0 Comments

Color spaces of #a91028

RGB 1691640
HSL0.970.830.36
HSV351°91°66°
CMYK 0.000.910.76   0.34
XYZ16.93058.95882.8444
Yxy8.95880.58920.3118
Hunter Lab29.931348.588115.3175
CIE-Lab35.904857.600730.1476

#a91028 color RGB value is (169,16,40).

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

The process color (four color CMYK) of #a91028 color hex is 0.00, 0.91, 0.76, 0.34. Web safe color of #a91028 is #990033. Color #a91028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010000 00101000
Octal 251 20 50
Decimal 169 16 40
Hex A9 10 28

RGB Percentages of Color #a91028

%75.11
%7.11
%17.78

CMYK Percentages of Color #a91028

%0
%91
%76
%34

Triadic Colors of #a91028

#a91028 #28a910 #1028a9

Analogous Colors of #a91028

#a91028 #a94410 #a91075

Monochromatic Colors of #a91028

#a91028

Complementary Color

#a91028 #10a991

#a91028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91028 Color CSS Codes

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

#a91028 Text Font Color

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

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


#a91028 Background Color

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

This div background color is #a91028


#a91028 Border Color

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

This div border color is #a91028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91028


Comments

No comments written yet.

Please login to write comment.