Color Hex Logo

#ba430a Color Hex

#BA430A
(186,67,10)
0 Favorites   0 Comments

Color spaces of #ba430a

RGB 1866710
HSL0.050.900.38
HSV19°95°73°
CMYK 0.000.640.95   0.27
XYZ22.311614.47531.9052
Yxy14.47530.57660.3741
Hunter Lab38.046438.096723.6635
CIE-Lab44.907045.907553.0894

#ba430a color RGB value is (186,67,10).

#ba430a hex color red value is 186, green value is 67 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ba430a hue: 0.05 , saturation: 0.90 and the lightness value of ba430a is 0.38.

The process color (four color CMYK) of #ba430a color hex is 0.00, 0.64, 0.95, 0.27. Web safe color of #ba430a is #cc3300. Color #ba430a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000011 00001010
Octal 272 103 12
Decimal 186 67 10
Hex BA 43 A

RGB Percentages of Color #ba430a

%70.72
%25.48
%3.80

CMYK Percentages of Color #ba430a

%0
%64
%95
%27

Triadic Colors of #ba430a

#ba430a #0aba43 #430aba

Analogous Colors of #ba430a

#ba430a #ba9b0a #ba0a29

Monochromatic Colors of #ba430a

#ba430a

Complementary Color

#ba430a #0a81ba

#ba430a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba430a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba430a Color CSS Codes

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

#ba430a Text Font Color

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

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


#ba430a Background Color

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

This div background color is #ba430a


#ba430a Border Color

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

This div border color is #ba430a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba430a


Comments

No comments written yet.

Please login to write comment.