Color Hex Logo

#a50028 Color Hex

#A50028
(165,0,40)
0 Favorites   0 Comments

Color spaces of #a50028

RGB 165040
HSL0.961.000.32
HSV345°100°65°
CMYK 0.001.000.76   0.35
XYZ15.90018.15252.7431
Yxy8.15250.59340.3042
Hunter Lab28.552649.434414.2907
CIE-Lab34.298558.697628.0910

#a50028 color RGB value is (165,0,40).

#a50028 hex color red value is 165, green value is 0 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a50028 hue: 0.96 , saturation: 1.00 and the lightness value of a50028 is 0.32.

The process color (four color CMYK) of #a50028 color hex is 0.00, 1.00, 0.76, 0.35. Web safe color of #a50028 is #990033. Color #a50028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000000 00101000
Octal 245 0 50
Decimal 165 0 40
Hex A5 0 28

RGB Percentages of Color #a50028

%80.49
%0.00
%19.51

CMYK Percentages of Color #a50028

%0
%100
%76
%35

Triadic Colors of #a50028

#a50028 #28a500 #0028a5

Analogous Colors of #a50028

#a50028 #a52b00 #a5007b

Monochromatic Colors of #a50028

#a50028

Complementary Color

#a50028 #00a57d

#a50028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50028 Color CSS Codes

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

#a50028 Text Font Color

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

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


#a50028 Background Color

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

This div background color is #a50028


#a50028 Border Color

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

This div border color is #a50028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50028


Comments

No comments written yet.

Please login to write comment.