Color Hex Logo

#ba301f Color Hex

#BA301F
(186,48,31)
0 Favorites   0 Comments

Color spaces of #ba301f

RGB 1864831
HSL0.020.710.43
HSV83°73°
CMYK 0.000.740.83   0.27
XYZ21.554012.65192.6024
Yxy12.65190.58560.3437
Hunter Lab35.569545.918720.5608
CIE-Lab42.234053.897842.7930

#ba301f color RGB value is (186,48,31).

#ba301f hex color red value is 186, green value is 48 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ba301f hue: 0.02 , saturation: 0.71 and the lightness value of ba301f is 0.43.

The process color (four color CMYK) of #ba301f color hex is 0.00, 0.74, 0.83, 0.27. Web safe color of #ba301f is #cc3333. Color #ba301f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110000 00011111
Octal 272 60 37
Decimal 186 48 31
Hex BA 30 1F

RGB Percentages of Color #ba301f

%70.19
%18.11
%11.70

CMYK Percentages of Color #ba301f

%0
%74
%83
%27

Triadic Colors of #ba301f

#ba301f #1fba30 #301fba

Analogous Colors of #ba301f

#ba301f #ba7e1f #ba1f5c

Monochromatic Colors of #ba301f

#ba301f

Complementary Color

#ba301f #1fa9ba

#ba301f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba301f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba301f Color CSS Codes

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

#ba301f Text Font Color

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

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


#ba301f Background Color

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

This div background color is #ba301f


#ba301f Border Color

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

This div border color is #ba301f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba301f


Comments

No comments written yet.

Please login to write comment.