Color Hex Logo

#ba202c Color Hex

#BA202C
(186,32,44)
0 Favorites   0 Comments

Color spaces of #ba202c

RGB 1863244
HSL0.990.710.43
HSV355°83°73°
CMYK 0.000.830.76   0.27
XYZ21.220811.65403.5139
Yxy11.65400.58320.3203
Hunter Lab34.138051.217617.7937
CIE-Lab40.660859.099334.0155

#ba202c color RGB value is (186,32,44).

#ba202c hex color red value is 186, green value is 32 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ba202c hue: 0.99 , saturation: 0.71 and the lightness value of ba202c is 0.43.

The process color (four color CMYK) of #ba202c color hex is 0.00, 0.83, 0.76, 0.27. Web safe color of #ba202c is #cc3333. Color #ba202c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100000 00101100
Octal 272 40 54
Decimal 186 32 44
Hex BA 20 2C

RGB Percentages of Color #ba202c

%70.99
%12.21
%16.79

CMYK Percentages of Color #ba202c

%0
%83
%76
%27

Triadic Colors of #ba202c

#ba202c #2cba20 #202cba

Analogous Colors of #ba202c

#ba202c #ba6120 #ba2079

Monochromatic Colors of #ba202c

#ba202c

Complementary Color

#ba202c #20baae

#ba202c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba202c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba202c Color CSS Codes

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

#ba202c Text Font Color

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

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


#ba202c Background Color

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

This div background color is #ba202c


#ba202c Border Color

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

This div border color is #ba202c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba202c


Comments

No comments written yet.

Please login to write comment.