Color Hex Logo

#ba110a Color Hex

#BA110A
(186,17,10)
0 Favorites   0 Comments

Color spaces of #ba110a

RGB 1861710
HSL0.010.900.38
HSV95°73°
CMYK 0.000.910.95   0.27
XYZ20.504910.86191.3030
Yxy10.86190.62760.3325
Hunter Lab32.957453.380820.7261
CIE-Lab39.346961.312849.6792

#ba110a color RGB value is (186,17,10).

#ba110a hex color red value is 186, green value is 17 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ba110a hue: 0.01 , saturation: 0.90 and the lightness value of ba110a is 0.38.

The process color (four color CMYK) of #ba110a color hex is 0.00, 0.91, 0.95, 0.27. Web safe color of #ba110a is #cc0000. Color #ba110a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010001 00001010
Octal 272 21 12
Decimal 186 17 10
Hex BA 11 A

RGB Percentages of Color #ba110a

%87.32
%7.98
%4.69

CMYK Percentages of Color #ba110a

%0
%91
%95
%27

Triadic Colors of #ba110a

#ba110a #0aba11 #110aba

Analogous Colors of #ba110a

#ba110a #ba690a #ba0a5b

Monochromatic Colors of #ba110a

#ba110a

Complementary Color

#ba110a #0ab3ba

#ba110a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba110a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba110a Color CSS Codes

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

#ba110a Text Font Color

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

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


#ba110a Background Color

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

This div background color is #ba110a


#ba110a Border Color

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

This div border color is #ba110a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba110a


Comments

No comments written yet.

Please login to write comment.