Color Hex Logo

#ba030c Color Hex

#BA030C
(186,3,12)
0 Favorites   0 Comments

Color spaces of #ba030c

RGB 186312
HSL0.990.970.37
HSV357°98°73°
CMYK 0.000.980.94   0.27
XYZ20.348610.53081.3080
Yxy10.53080.63220.3272
Hunter Lab32.451255.139320.3261
CIE-Lab38.778762.997948.6411

#ba030c color RGB value is (186,3,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000011 00001100
Octal 272 3 14
Decimal 186 3 12
Hex BA 3 C

RGB Percentages of Color #ba030c

%92.54
%1.49
%5.97

CMYK Percentages of Color #ba030c

%0
%98
%94
%27

Triadic Colors of #ba030c

#ba030c #0cba03 #030cba

Analogous Colors of #ba030c

#ba030c #ba5503 #ba0368

Monochromatic Colors of #ba030c

#ba030c

Complementary Color

#ba030c #03bab1

#ba030c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba030c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba030c Color CSS Codes

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

#ba030c Text Font Color

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

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


#ba030c Background Color

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

This div background color is #ba030c


#ba030c Border Color

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

This div border color is #ba030c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba030c


Comments

No comments written yet.

Please login to write comment.