Color Hex Logo

#ba352d Color Hex

#BA352D
(186,53,45)
0 Favorites   0 Comments

Color spaces of #ba352d

RGB 1865345
HSL0.010.610.45
HSV76°73°
CMYK 0.000.720.76   0.27
XYZ21.996513.17483.8663
Yxy13.17480.56350.3375
Hunter Lab36.297144.653319.0925
CIE-Lab43.025552.558736.0312

#ba352d color RGB value is (186,53,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110101 00101101
Octal 272 65 55
Decimal 186 53 45
Hex BA 35 2D

RGB Percentages of Color #ba352d

%65.49
%18.66
%15.85

CMYK Percentages of Color #ba352d

%0
%72
%76
%27

Triadic Colors of #ba352d

#ba352d #2dba35 #352dba

Analogous Colors of #ba352d

#ba352d #ba7c2d #ba2d6c

Monochromatic Colors of #ba352d

#ba352d

Complementary Color

#ba352d #2db2ba

#ba352d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba352d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba352d Color CSS Codes

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

#ba352d Text Font Color

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

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


#ba352d Background Color

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

This div background color is #ba352d


#ba352d Border Color

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

This div border color is #ba352d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,53,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 #ba352d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba352d


Comments

No comments written yet.

Please login to write comment.