Color Hex Logo

#ba112a Color Hex

#BA112A
(186,17,42)
0 Favorites   0 Comments

Color spaces of #ba112a

RGB 1861742
HSL0.980.830.40
HSV351°91°73°
CMYK 0.000.910.77   0.27
XYZ20.868111.00723.2152
Yxy11.00720.59470.3137
Hunter Lab33.177154.215017.4782
CIE-Lab39.592662.013934.0316

#ba112a color RGB value is (186,17,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010001 00101010
Octal 272 21 52
Decimal 186 17 42
Hex BA 11 2A

RGB Percentages of Color #ba112a

%75.92
%6.94
%17.14

CMYK Percentages of Color #ba112a

%0
%91
%77
%27

Triadic Colors of #ba112a

#ba112a #2aba11 #112aba

Analogous Colors of #ba112a

#ba112a #ba4d11 #ba117f

Monochromatic Colors of #ba112a

#ba112a

Complementary Color

#ba112a #11baa1

#ba112a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba112a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba112a Color CSS Codes

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

#ba112a Text Font Color

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

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


#ba112a Background Color

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

This div background color is #ba112a


#ba112a Border Color

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

This div border color is #ba112a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba112a


Comments

No comments written yet.

Please login to write comment.