Color Hex Logo

#ba322e Color Hex

#BA322E
(186,50,46)
0 Favorites   0 Comments

Color spaces of #ba322e

RGB 1865046
HSL0.000.600.45
HSV75°73°
CMYK 0.000.730.75   0.27
XYZ21.883412.91763.9247
Yxy12.91760.56510.3336
Hunter Lab35.941145.786318.6844
CIE-Lab42.638853.698235.0353

#ba322e color RGB value is (186,50,46).

#ba322e hex color red value is 186, green value is 50 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ba322e hue: 0.00 , saturation: 0.60 and the lightness value of ba322e is 0.45.

The process color (four color CMYK) of #ba322e color hex is 0.00, 0.73, 0.75, 0.27. Web safe color of #ba322e is #cc3333. Color #ba322e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110010 00101110
Octal 272 62 56
Decimal 186 50 46
Hex BA 32 2E

RGB Percentages of Color #ba322e

%65.96
%17.73
%16.31

CMYK Percentages of Color #ba322e

%0
%73
%75
%27

Triadic Colors of #ba322e

#ba322e #2eba32 #322eba

Analogous Colors of #ba322e

#ba322e #ba782e #ba2e70

Monochromatic Colors of #ba322e

#ba322e

Complementary Color

#ba322e #2eb6ba

#ba322e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba322e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba322e Color CSS Codes

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

#ba322e Text Font Color

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

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


#ba322e Background Color

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

This div background color is #ba322e


#ba322e Border Color

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

This div border color is #ba322e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba322e


Comments

No comments written yet.

Please login to write comment.