Color Hex Logo

#ba050c Color Hex

#BA050C
(186,5,12)
0 Favorites   0 Comments

Color spaces of #ba050c

RGB 186512
HSL0.990.950.37
HSV358°97°73°
CMYK 0.000.970.94   0.27
XYZ20.370310.57421.3152
Yxy10.57420.63140.3278
Hunter Lab32.518054.911620.3646
CIE-Lab38.853962.780348.6868

#ba050c color RGB value is (186,5,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000101 00001100
Octal 272 5 14
Decimal 186 5 12
Hex BA 5 C

RGB Percentages of Color #ba050c

%91.63
%2.46
%5.91

CMYK Percentages of Color #ba050c

%0
%97
%94
%27

Triadic Colors of #ba050c

#ba050c #0cba05 #050cba

Analogous Colors of #ba050c

#ba050c #ba5905 #ba0567

Monochromatic Colors of #ba050c

#ba050c

Complementary Color

#ba050c #05bab3

#ba050c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba050c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba050c Color CSS Codes

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

#ba050c Text Font Color

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

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


#ba050c Background Color

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

This div background color is #ba050c


#ba050c Border Color

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

This div border color is #ba050c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba050c

#ba050c Color Palettes


Comments

No comments written yet.

Please login to write comment.