Color Hex Logo

#ba133b Color Hex

#BA133B
(186,19,59)
0 Favorites   0 Comments

Color spaces of #ba133b

RGB 1861959
HSL0.960.810.40
HSV346°90°73°
CMYK 0.000.900.68   0.27
XYZ21.272011.22065.1823
Yxy11.22060.56460.2978
Hunter Lab33.497254.734414.2753
CIE-Lab39.949662.408923.9849

#ba133b color RGB value is (186,19,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010011 00111011
Octal 272 23 73
Decimal 186 19 59
Hex BA 13 3B

RGB Percentages of Color #ba133b

%70.45
%7.20
%22.35

CMYK Percentages of Color #ba133b

%0
%90
%68
%27

Triadic Colors of #ba133b

#ba133b #3bba13 #133bba

Analogous Colors of #ba133b

#ba133b #ba3f13 #ba138f

Monochromatic Colors of #ba133b

#ba133b

Complementary Color

#ba133b #13ba92

#ba133b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba133b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba133b Color CSS Codes

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

#ba133b Text Font Color

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

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


#ba133b Background Color

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

This div background color is #ba133b


#ba133b Border Color

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

This div border color is #ba133b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba133b


Comments

No comments written yet.

Please login to write comment.