Color Hex Logo

#ba240f Color Hex

#BA240F
(186,36,15)
0 Favorites   0 Comments

Color spaces of #ba240f

RGB 1863615
HSL0.020.850.39
HSV92°73°
CMYK 0.000.810.92   0.27
XYZ20.966811.73531.6120
Yxy11.73530.61100.3420
Hunter Lab34.256849.301021.1898
CIE-Lab40.792357.317648.8083

#ba240f color RGB value is (186,36,15).

#ba240f hex color red value is 186, green value is 36 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ba240f hue: 0.02 , saturation: 0.85 and the lightness value of ba240f is 0.39.

The process color (four color CMYK) of #ba240f color hex is 0.00, 0.81, 0.92, 0.27. Web safe color of #ba240f is #cc3300. Color #ba240f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100100 00001111
Octal 272 44 17
Decimal 186 36 15
Hex BA 24 F

RGB Percentages of Color #ba240f

%78.48
%15.19
%6.33

CMYK Percentages of Color #ba240f

%0
%81
%92
%27

Triadic Colors of #ba240f

#ba240f #0fba24 #240fba

Analogous Colors of #ba240f

#ba240f #ba7a0f #ba0f4f

Monochromatic Colors of #ba240f

#ba240f

Complementary Color

#ba240f #0fa5ba

#ba240f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba240f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba240f Color CSS Codes

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

#ba240f Text Font Color

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

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


#ba240f Background Color

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

This div background color is #ba240f


#ba240f Border Color

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

This div border color is #ba240f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba240f


Comments

No comments written yet.

Please login to write comment.