Color Hex Logo

#ba132e Color Hex

#BA132E
(186,19,46)
0 Favorites   0 Comments

Color spaces of #ba132e

RGB 1861946
HSL0.970.810.40
HSV350°90°73°
CMYK 0.000.900.75   0.27
XYZ20.975711.10213.6221
Yxy11.10210.58760.3110
Hunter Lab33.319854.060816.8786
CIE-Lab39.751961.844831.8014

#ba132e color RGB value is (186,19,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010011 00101110
Octal 272 23 56
Decimal 186 19 46
Hex BA 13 2E

RGB Percentages of Color #ba132e

%74.10
%7.57
%18.33

CMYK Percentages of Color #ba132e

%0
%90
%75
%27

Triadic Colors of #ba132e

#ba132e #2eba13 #132eba

Analogous Colors of #ba132e

#ba132e #ba4c13 #ba1382

Monochromatic Colors of #ba132e

#ba132e

Complementary Color

#ba132e #13ba9f

#ba132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba132e Color CSS Codes

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

#ba132e Text Font Color

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

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


#ba132e Background Color

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

This div background color is #ba132e


#ba132e Border Color

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

This div border color is #ba132e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba132e


Comments

No comments written yet.

Please login to write comment.