Color Hex Logo

#bd181a Color Hex

#BD181A
(189,24,26)
0 Favorites   0 Comments

Color spaces of #bd181a

RGB 1892426
HSL1.000.770.42
HSV359°87°74°
CMYK 0.000.870.86   0.26
XYZ21.499411.54672.0729
Yxy11.54670.61220.3288
Hunter Lab33.980453.471120.1695
CIE-Lab40.486461.172843.9869

#bd181a color RGB value is (189,24,26).

#bd181a hex color red value is 189, green value is 24 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bd181a hue: 1.00 , saturation: 0.77 and the lightness value of bd181a is 0.42.

The process color (four color CMYK) of #bd181a color hex is 0.00, 0.87, 0.86, 0.26. Web safe color of #bd181a is #cc0033. Color #bd181a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011000 00011010
Octal 275 30 32
Decimal 189 24 26
Hex BD 18 1A

RGB Percentages of Color #bd181a

%79.08
%10.04
%10.88

CMYK Percentages of Color #bd181a

%0
%87
%86
%26

Triadic Colors of #bd181a

#bd181a #1abd18 #181abd

Analogous Colors of #bd181a

#bd181a #bd6918 #bd186d

Monochromatic Colors of #bd181a

#bd181a

Complementary Color

#bd181a #18bdbb

#bd181a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd181a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd181a Color CSS Codes

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

#bd181a Text Font Color

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

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


#bd181a Background Color

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

This div background color is #bd181a


#bd181a Border Color

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

This div border color is #bd181a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,24,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd181a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd181a;
  -webkit-box-shadow: 1px 1px 3px 2px #bd181a;
  box-shadow:         1px 1px 3px 2px #bd181a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,24,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd181a


Comments

No comments written yet.

Please login to write comment.