Color Hex Logo

#ba260c Color Hex

#BA260C
(186,38,12)
0 Favorites   0 Comments

Color spaces of #ba260c

RGB 1863812
HSL0.020.880.39
HSV94°73°
CMYK 0.000.800.94   0.27
XYZ21.009211.85191.5282
Yxy11.85190.61090.3446
Hunter Lab34.426648.685021.4667
CIE-Lab40.979856.713049.9977

#ba260c color RGB value is (186,38,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100110 00001100
Octal 272 46 14
Decimal 186 38 12
Hex BA 26 C

RGB Percentages of Color #ba260c

%78.81
%16.10
%5.08

CMYK Percentages of Color #ba260c

%0
%80
%94
%27

Triadic Colors of #ba260c

#ba260c #0cba26 #260cba

Analogous Colors of #ba260c

#ba260c #ba7d0c #ba0c49

Monochromatic Colors of #ba260c

#ba260c

Complementary Color

#ba260c #0ca0ba

#ba260c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba260c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba260c Color CSS Codes

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

#ba260c Text Font Color

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

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


#ba260c Background Color

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

This div background color is #ba260c


#ba260c Border Color

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

This div border color is #ba260c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba260c


Comments

No comments written yet.

Please login to write comment.