Color Hex Logo

#ba1509 Color Hex

#BA1509
(186,21,9)
0 Favorites   0 Comments

Color spaces of #ba1509

RGB 186219
HSL0.010.910.38
HSV95°73°
CMYK 0.000.890.95   0.27
XYZ20.567210.99521.2967
Yxy10.99520.62590.3346
Hunter Lab33.159052.688120.8927
CIE-Lab39.572460.644250.1418

#ba1509 color RGB value is (186,21,9).

#ba1509 hex color red value is 186, green value is 21 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ba1509 hue: 0.01 , saturation: 0.91 and the lightness value of ba1509 is 0.38.

The process color (four color CMYK) of #ba1509 color hex is 0.00, 0.89, 0.95, 0.27. Web safe color of #ba1509 is #cc0000. Color #ba1509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010101 00001001
Octal 272 25 11
Decimal 186 21 9
Hex BA 15 9

RGB Percentages of Color #ba1509

%86.11
%9.72
%4.17

CMYK Percentages of Color #ba1509

%0
%89
%95
%27

Triadic Colors of #ba1509

#ba1509 #09ba15 #1509ba

Analogous Colors of #ba1509

#ba1509 #ba6e09 #ba0955

Monochromatic Colors of #ba1509

#ba1509

Complementary Color

#ba1509 #09aeba

#ba1509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1509 Color CSS Codes

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

#ba1509 Text Font Color

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

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


#ba1509 Background Color

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

This div background color is #ba1509


#ba1509 Border Color

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

This div border color is #ba1509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1509


Comments

No comments written yet.

Please login to write comment.