Color Hex Logo

#ba011f Color Hex

#BA011F
(186,1,31)
0 Favorites   0 Comments

Color spaces of #ba011f

RGB 186131
HSL0.970.990.37
HSV350°99°73°
CMYK 0.000.990.83   0.27
XYZ20.507910.55972.2537
Yxy10.55970.61550.3169
Hunter Lab32.495755.783218.6350
CIE-Lab38.828863.560739.6193

#ba011f color RGB value is (186,1,31).

#ba011f hex color red value is 186, green value is 1 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ba011f hue: 0.97 , saturation: 0.99 and the lightness value of ba011f is 0.37.

The process color (four color CMYK) of #ba011f color hex is 0.00, 0.99, 0.83, 0.27. Web safe color of #ba011f is #cc0033. Color #ba011f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000001 00011111
Octal 272 1 37
Decimal 186 1 31
Hex BA 1 1F

RGB Percentages of Color #ba011f

%85.32
%0.46
%14.22

CMYK Percentages of Color #ba011f

%0
%99
%83
%27

Triadic Colors of #ba011f

#ba011f #1fba01 #011fba

Analogous Colors of #ba011f

#ba011f #ba4001 #ba017c

Monochromatic Colors of #ba011f

#ba011f

Complementary Color

#ba011f #01ba9c

#ba011f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba011f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba011f Color CSS Codes

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

#ba011f Text Font Color

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

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


#ba011f Background Color

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

This div background color is #ba011f


#ba011f Border Color

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

This div border color is #ba011f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba011f


Comments

No comments written yet.

Please login to write comment.