Color Hex Logo

#ba320d Color Hex

#BA320D
(186,50,13)
0 Favorites   0 Comments

Color spaces of #ba320d

RGB 1865013
HSL0.040.870.39
HSV13°93°73°
CMYK 0.000.730.93   0.27
XYZ21.462912.74941.7104
Yxy12.74940.59750.3549
Hunter Lab35.706344.809522.1543
CIE-Lab42.383252.824550.5717

#ba320d color RGB value is (186,50,13).

#ba320d hex color red value is 186, green value is 50 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ba320d hue: 0.04 , saturation: 0.87 and the lightness value of ba320d is 0.39.

The process color (four color CMYK) of #ba320d color hex is 0.00, 0.73, 0.93, 0.27. Web safe color of #ba320d is #cc3300. Color #ba320d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110010 00001101
Octal 272 62 15
Decimal 186 50 13
Hex BA 32 D

RGB Percentages of Color #ba320d

%74.70
%20.08
%5.22

CMYK Percentages of Color #ba320d

%0
%73
%93
%27

Triadic Colors of #ba320d

#ba320d #0dba32 #320dba

Analogous Colors of #ba320d

#ba320d #ba890d #ba0d3f

Monochromatic Colors of #ba320d

#ba320d

Complementary Color

#ba320d #0d95ba

#ba320d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba320d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba320d Color CSS Codes

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

#ba320d Text Font Color

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

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


#ba320d Background Color

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

This div background color is #ba320d


#ba320d Border Color

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

This div border color is #ba320d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba320d


Comments

No comments written yet.

Please login to write comment.