Color Hex Logo

#ba391d Color Hex

#BA391D
(186,57,29)
0 Favorites   0 Comments

Color spaces of #ba391d

RGB 1865729
HSL0.030.730.42
HSV11°84°73°
CMYK 0.000.690.84   0.27
XYZ21.934613.45412.6032
Yxy13.45410.57730.3541
Hunter Lab36.679842.553621.4680
CIE-Lab43.439650.485244.8658

#ba391d color RGB value is (186,57,29).

#ba391d hex color red value is 186, green value is 57 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ba391d hue: 0.03 , saturation: 0.73 and the lightness value of ba391d is 0.42.

The process color (four color CMYK) of #ba391d color hex is 0.00, 0.69, 0.84, 0.27. Web safe color of #ba391d is #cc3333. Color #ba391d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 00011101
Octal 272 71 35
Decimal 186 57 29
Hex BA 39 1D

RGB Percentages of Color #ba391d

%68.38
%20.96
%10.66

CMYK Percentages of Color #ba391d

%0
%69
%84
%27

Triadic Colors of #ba391d

#ba391d #1dba39 #391dba

Analogous Colors of #ba391d

#ba391d #ba881d #ba1d50

Monochromatic Colors of #ba391d

#ba391d

Complementary Color

#ba391d #1d9eba

#ba391d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba391d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba391d Color CSS Codes

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

#ba391d Text Font Color

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

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


#ba391d Background Color

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

This div background color is #ba391d


#ba391d Border Color

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

This div border color is #ba391d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba391d


Comments

No comments written yet.

Please login to write comment.