Color Hex Logo

#ba112b Color Hex

#BA112B
(186,17,43)
0 Favorites   0 Comments

Color spaces of #ba112b

RGB 1861743
HSL0.970.830.40
HSV351°91°73°
CMYK 0.000.910.77   0.27
XYZ20.886211.01443.3107
Yxy11.01440.59320.3128
Hunter Lab33.187954.256617.3170
CIE-Lab39.604762.048933.4464

#ba112b color RGB value is (186,17,43).

#ba112b hex color red value is 186, green value is 17 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ba112b hue: 0.97 , saturation: 0.83 and the lightness value of ba112b is 0.40.

The process color (four color CMYK) of #ba112b color hex is 0.00, 0.91, 0.77, 0.27. Web safe color of #ba112b is #cc0033. Color #ba112b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010001 00101011
Octal 272 21 53
Decimal 186 17 43
Hex BA 11 2B

RGB Percentages of Color #ba112b

%75.61
%6.91
%17.48

CMYK Percentages of Color #ba112b

%0
%91
%77
%27

Triadic Colors of #ba112b

#ba112b #2bba11 #112bba

Analogous Colors of #ba112b

#ba112b #ba4c11 #ba1180

Monochromatic Colors of #ba112b

#ba112b

Complementary Color

#ba112b #11baa0

#ba112b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba112b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba112b Color CSS Codes

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

#ba112b Text Font Color

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

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


#ba112b Background Color

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

This div background color is #ba112b


#ba112b Border Color

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

This div border color is #ba112b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba112b


Comments

No comments written yet.

Please login to write comment.