Color Hex Logo

#ba152e Color Hex

#BA152E
(186,21,46)
0 Favorites   0 Comments

Color spaces of #ba152e

RGB 1862146
HSL0.970.800.41
HSV351°89°73°
CMYK 0.000.890.75   0.27
XYZ21.011011.17273.6339
Yxy11.17270.58660.3119
Hunter Lab33.425653.708616.9521
CIE-Lab39.869861.505931.9349

#ba152e color RGB value is (186,21,46).

#ba152e hex color red value is 186, green value is 21 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ba152e hue: 0.97 , saturation: 0.80 and the lightness value of ba152e is 0.41.

The process color (four color CMYK) of #ba152e color hex is 0.00, 0.89, 0.75, 0.27. Web safe color of #ba152e is #cc0033. Color #ba152e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010101 00101110
Octal 272 25 56
Decimal 186 21 46
Hex BA 15 2E

RGB Percentages of Color #ba152e

%73.52
%8.30
%18.18

CMYK Percentages of Color #ba152e

%0
%89
%75
%27

Triadic Colors of #ba152e

#ba152e #2eba15 #152eba

Analogous Colors of #ba152e

#ba152e #ba4e15 #ba1581

Monochromatic Colors of #ba152e

#ba152e

Complementary Color

#ba152e #15baa1

#ba152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba152e Color CSS Codes

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

#ba152e Text Font Color

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

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


#ba152e Background Color

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

This div background color is #ba152e


#ba152e Border Color

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

This div border color is #ba152e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba152e


Comments

No comments written yet.

Please login to write comment.