Color Hex Logo

#ba122d Color Hex

#BA122D
(186,18,45)
0 Favorites   0 Comments

Color spaces of #ba122d

RGB 1861845
HSL0.970.820.40
HSV350°90°73°
CMYK 0.000.900.76   0.27
XYZ20.939711.06123.5140
Yxy11.06120.58960.3115
Hunter Lab33.258454.182617.0164
CIE-Lab39.683461.967332.3296

#ba122d color RGB value is (186,18,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 00101101
Octal 272 22 55
Decimal 186 18 45
Hex BA 12 2D

RGB Percentages of Color #ba122d

%74.70
%7.23
%18.07

CMYK Percentages of Color #ba122d

%0
%90
%76
%27

Triadic Colors of #ba122d

#ba122d #2dba12 #122dba

Analogous Colors of #ba122d

#ba122d #ba4b12 #ba1281

Monochromatic Colors of #ba122d

#ba122d

Complementary Color

#ba122d #12ba9f

#ba122d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba122d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba122d Color CSS Codes

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

#ba122d Text Font Color

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

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


#ba122d Background Color

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

This div background color is #ba122d


#ba122d Border Color

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

This div border color is #ba122d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba122d


Comments

No comments written yet.

Please login to write comment.