Color Hex Logo

#ba310c Color Hex

#BA310C
(186,49,12)
0 Favorites   0 Comments

Color spaces of #ba310c

RGB 1864912
HSL0.040.880.39
HSV13°94°73°
CMYK 0.000.740.94   0.27
XYZ21.414412.66231.6632
Yxy12.66230.59920.3543
Hunter Lab35.584145.148422.1377
CIE-Lab42.249953.169350.8070

#ba310c color RGB value is (186,49,12).

#ba310c hex color red value is 186, green value is 49 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ba310c hue: 0.04 , saturation: 0.88 and the lightness value of ba310c is 0.39.

The process color (four color CMYK) of #ba310c color hex is 0.00, 0.74, 0.94, 0.27. Web safe color of #ba310c is #cc3300. Color #ba310c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110001 00001100
Octal 272 61 14
Decimal 186 49 12
Hex BA 31 C

RGB Percentages of Color #ba310c

%75.30
%19.84
%4.86

CMYK Percentages of Color #ba310c

%0
%74
%94
%27

Triadic Colors of #ba310c

#ba310c #0cba31 #310cba

Analogous Colors of #ba310c

#ba310c #ba880c #ba0c3e

Monochromatic Colors of #ba310c

#ba310c

Complementary Color

#ba310c #0c95ba

#ba310c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba310c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba310c Color CSS Codes

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

#ba310c Text Font Color

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

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


#ba310c Background Color

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

This div background color is #ba310c


#ba310c Border Color

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

This div border color is #ba310c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba310c


Comments

No comments written yet.

Please login to write comment.