Color Hex Logo

#ba060a Color Hex

#BA060A
(186,6,10)
0 Favorites   0 Comments

Color spaces of #ba060a

RGB 186610
HSL1.000.940.38
HSV359°97°73°
CMYK 0.000.970.95   0.27
XYZ20.369610.59131.2579
Yxy10.59130.63220.3287
Hunter Lab32.544354.771420.4893
CIE-Lab38.883462.649549.4141

#ba060a color RGB value is (186,6,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000110 00001010
Octal 272 6 12
Decimal 186 6 10
Hex BA 6 A

RGB Percentages of Color #ba060a

%92.08
%2.97
%4.95

CMYK Percentages of Color #ba060a

%0
%97
%95
%27

Triadic Colors of #ba060a

#ba060a #0aba06 #060aba

Analogous Colors of #ba060a

#ba060a #ba5c06 #ba0664

Monochromatic Colors of #ba060a

#ba060a

Complementary Color

#ba060a #06bab6

#ba060a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba060a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba060a Color CSS Codes

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

#ba060a Text Font Color

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

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


#ba060a Background Color

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

This div background color is #ba060a


#ba060a Border Color

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

This div border color is #ba060a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,6,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 #ba060a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba060a


Comments

No comments written yet.

Please login to write comment.