Color Hex Logo

#ba3930 Color Hex

#BA3930
(186,57,48)
0 Favorites   0 Comments

Color spaces of #ba3930

RGB 1865748
HSL0.010.590.46
HSV74°73°
CMYK 0.000.690.74   0.27
XYZ22.246313.57884.2448
Yxy13.57880.55520.3389
Hunter Lab36.849443.275418.9648
CIE-Lab43.622751.142034.9823

#ba3930 color RGB value is (186,57,48).

#ba3930 hex color red value is 186, green value is 57 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ba3930 hue: 0.01 , saturation: 0.59 and the lightness value of ba3930 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 00110000
Octal 272 71 60
Decimal 186 57 48
Hex BA 39 30

RGB Percentages of Color #ba3930

%63.92
%19.59
%16.49

CMYK Percentages of Color #ba3930

%0
%69
%74
%27

Triadic Colors of #ba3930

#ba3930 #30ba39 #3930ba

Analogous Colors of #ba3930

#ba3930 #ba7e30 #ba306c

Monochromatic Colors of #ba3930

#ba3930

Complementary Color

#ba3930 #30b1ba

#ba3930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3930 Color CSS Codes

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

#ba3930 Text Font Color

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

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


#ba3930 Background Color

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

This div background color is #ba3930


#ba3930 Border Color

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

This div border color is #ba3930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3930


Comments

No comments written yet.

Please login to write comment.