color codes Logo

#ba132c color codes

#BA132C
(186,19,44)
0 Favorites   0 Comments

Color spaces of #ba132c

RGB 1861944
HSL0.980.810.40
HSV351°90°73°
CMYK 0.000.900.76   0.27
XYZ20.937211.08673.4193
Yxy11.08670.59070.3128
Hunter Lab33.296753.972917.2191
CIE-Lab39.726161.771032.9805

#ba132c color RGB value is (186,19,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010011 00101100
Octal 272 23 54
Decimal 186 19 44
Hex BA 13 2C

RGB Percentages of Color #ba132c

%74.70
%7.63
%17.67

CMYK Percentages of Color #ba132c

%0
%90
%76
%27

Triadic Colors of #ba132c

#ba132c #2cba13 #132cba

Analogous Colors of #ba132c

#ba132c #ba4e13 #ba1380

Monochromatic Colors of #ba132c

#ba132c

Complementary Color

#ba132c #13baa1

#ba132c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba132c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba132c Color CSS Codes

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

#ba132c Text Font Color

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

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


#ba132c Background Color

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

This div background color is #ba132c


#ba132c Border Color

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

This div border color is #ba132c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba132c


Comments

No comments written yet.

Please login to write comment.