Color Hex Logo

#ba232b Color Hex

#BA232B
(186,35,43)
0 Favorites   0 Comments

Color spaces of #ba232b

RGB 1863543
HSL0.990.680.43
HSV357°81°73°
CMYK 0.000.810.77   0.27
XYZ21.286811.81563.4442
Yxy11.81560.58250.3233
Hunter Lab34.373850.386118.1209
CIE-Lab40.921558.289734.8888

#ba232b color RGB value is (186,35,43).

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

The process color (four color CMYK) of #ba232b color hex is 0.00, 0.81, 0.77, 0.27. Web safe color of #ba232b is #cc3333. Color #ba232b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100011 00101011
Octal 272 43 53
Decimal 186 35 43
Hex BA 23 2B

RGB Percentages of Color #ba232b

%70.45
%13.26
%16.29

CMYK Percentages of Color #ba232b

%0
%81
%77
%27

Triadic Colors of #ba232b

#ba232b #2bba23 #232bba

Analogous Colors of #ba232b

#ba232b #ba6723 #ba2377

Monochromatic Colors of #ba232b

#ba232b

Complementary Color

#ba232b #23bab2

#ba232b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba232b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba232b Color CSS Codes

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

#ba232b Text Font Color

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

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


#ba232b Background Color

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

This div background color is #ba232b


#ba232b Border Color

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

This div border color is #ba232b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba232b


Comments

No comments written yet.

Please login to write comment.