Color Hex Logo

#ba002d Color Hex

#BA002D
(186,0,45)
0 Favorites   0 Comments

Color spaces of #ba002d

RGB 186045
HSL0.961.000.36
HSV345°100°73°
CMYK 0.001.000.76   0.27
XYZ20.723410.62863.4419
Yxy10.62860.59560.3055
Hunter Lab32.601556.412116.5615
CIE-Lab38.947864.094531.4998

#ba002d color RGB value is (186,0,45).

#ba002d hex color red value is 186, green value is 0 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ba002d hue: 0.96 , saturation: 1.00 and the lightness value of ba002d is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 00101101
Octal 272 0 55
Decimal 186 0 45
Hex BA 0 2D

RGB Percentages of Color #ba002d

%80.52
%0.00
%19.48

CMYK Percentages of Color #ba002d

%0
%100
%76
%27

Triadic Colors of #ba002d

#ba002d #2dba00 #002dba

Analogous Colors of #ba002d

#ba002d #ba3000 #ba008a

Monochromatic Colors of #ba002d

#ba002d

Complementary Color

#ba002d #00ba8d

#ba002d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba002d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba002d Color CSS Codes

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

#ba002d Text Font Color

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

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


#ba002d Background Color

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

This div background color is #ba002d


#ba002d Border Color

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

This div border color is #ba002d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba002d


Comments

No comments written yet.

Please login to write comment.