Color Hex Logo

#a51d2d Color Hex

#A51D2D
(165,29,45)
0 Favorites   0 Comments

Color spaces of #a51d2d

RGB 1652945
HSL0.980.700.38
HSV353°82°65°
CMYK 0.000.820.73   0.35
XYZ16.43019.06753.3669
Yxy9.06750.56920.3141
Hunter Lab30.112344.698014.4493
CIE-Lab36.113953.900127.0766

#a51d2d color RGB value is (165,29,45).

#a51d2d hex color red value is 165, green value is 29 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #a51d2d hue: 0.98 , saturation: 0.70 and the lightness value of a51d2d is 0.38.

The process color (four color CMYK) of #a51d2d color hex is 0.00, 0.82, 0.73, 0.35. Web safe color of #a51d2d is #993333. Color #a51d2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011101 00101101
Octal 245 35 55
Decimal 165 29 45
Hex A5 1D 2D

RGB Percentages of Color #a51d2d

%69.04
%12.13
%18.83

CMYK Percentages of Color #a51d2d

%0
%82
%73
%35

Triadic Colors of #a51d2d

#a51d2d #2da51d #1d2da5

Analogous Colors of #a51d2d

#a51d2d #a5511d #a51d71

Monochromatic Colors of #a51d2d

#a51d2d

Complementary Color

#a51d2d #1da595

#a51d2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51d2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51d2d Color CSS Codes

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

#a51d2d Text Font Color

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

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


#a51d2d Background Color

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

This div background color is #a51d2d


#a51d2d Border Color

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

This div border color is #a51d2d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,29,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51d2d


Comments

No comments written yet.

Please login to write comment.