Color Hex Logo

#ba041e Color Hex

#BA041E
(186,4,30)
0 Favorites   0 Comments

Color spaces of #ba041e

RGB 186430
HSL0.980.960.37
HSV351°98°73°
CMYK 0.000.980.84   0.27
XYZ20.527510.61972.1962
Yxy10.61970.61560.3185
Hunter Lab32.587955.410518.8158
CIE-Lab38.932463.209440.2691

#ba041e color RGB value is (186,4,30).

#ba041e hex color red value is 186, green value is 4 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ba041e hue: 0.98 , saturation: 0.96 and the lightness value of ba041e is 0.37.

The process color (four color CMYK) of #ba041e color hex is 0.00, 0.98, 0.84, 0.27. Web safe color of #ba041e is #cc0033. Color #ba041e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000100 00011110
Octal 272 4 36
Decimal 186 4 30
Hex BA 4 1E

RGB Percentages of Color #ba041e

%84.55
%1.82
%13.64

CMYK Percentages of Color #ba041e

%0
%98
%84
%27

Triadic Colors of #ba041e

#ba041e #1eba04 #041eba

Analogous Colors of #ba041e

#ba041e #ba4504 #ba0479

Monochromatic Colors of #ba041e

#ba041e

Complementary Color

#ba041e #04baa0

#ba041e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba041e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba041e Color CSS Codes

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

#ba041e Text Font Color

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

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


#ba041e Background Color

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

This div background color is #ba041e


#ba041e Border Color

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

This div border color is #ba041e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba041e


Comments

No comments written yet.

Please login to write comment.