Color Hex Logo

#ba342a Color Hex

#BA342A
(186,52,42)
0 Favorites   0 Comments

Color spaces of #ba342a

RGB 1865242
HSL0.010.630.45
HSV77°73°
CMYK 0.000.720.77   0.27
XYZ21.895613.06233.5577
Yxy13.06230.56850.3391
Hunter Lab36.141844.891619.4629
CIE-Lab42.857052.814937.5384

#ba342a color RGB value is (186,52,42).

#ba342a hex color red value is 186, green value is 52 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ba342a hue: 0.01 , saturation: 0.63 and the lightness value of ba342a is 0.45.

The process color (four color CMYK) of #ba342a color hex is 0.00, 0.72, 0.77, 0.27. Web safe color of #ba342a is #cc3333. Color #ba342a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110100 00101010
Octal 272 64 52
Decimal 186 52 42
Hex BA 34 2A

RGB Percentages of Color #ba342a

%66.43
%18.57
%15.00

CMYK Percentages of Color #ba342a

%0
%72
%77
%27

Triadic Colors of #ba342a

#ba342a #2aba34 #342aba

Analogous Colors of #ba342a

#ba342a #ba7c2a #ba2a68

Monochromatic Colors of #ba342a

#ba342a

Complementary Color

#ba342a #2ab0ba

#ba342a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba342a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba342a Color CSS Codes

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

#ba342a Text Font Color

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

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


#ba342a Background Color

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

This div background color is #ba342a


#ba342a Border Color

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

This div border color is #ba342a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba342a


Comments

No comments written yet.

Please login to write comment.