Color Hex Logo

#bb181e Color Hex

#BB181E
(187,24,30)
0 Favorites   0 Comments

Color spaces of #bb181e

RGB 1872430
HSL0.990.770.41
HSV358°87°73°
CMYK 0.000.870.84   0.27
XYZ21.054511.31182.3020
Yxy11.31180.60730.3263
Hunter Lab33.633052.884419.4850
CIE-Lab40.100760.719141.4229

#bb181e color RGB value is (187,24,30).

#bb181e hex color red value is 187, green value is 24 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bb181e hue: 0.99 , saturation: 0.77 and the lightness value of bb181e is 0.41.

The process color (four color CMYK) of #bb181e color hex is 0.00, 0.87, 0.84, 0.27. Web safe color of #bb181e is #cc0033. Color #bb181e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011000 00011110
Octal 273 30 36
Decimal 187 24 30
Hex BB 18 1E

RGB Percentages of Color #bb181e

%77.59
%9.96
%12.45

CMYK Percentages of Color #bb181e

%0
%87
%84
%27

Triadic Colors of #bb181e

#bb181e #1ebb18 #181ebb

Analogous Colors of #bb181e

#bb181e #bb6318 #bb1870

Monochromatic Colors of #bb181e

#bb181e

Complementary Color

#bb181e #18bbb5

#bb181e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb181e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb181e Color CSS Codes

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

#bb181e Text Font Color

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

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


#bb181e Background Color

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

This div background color is #bb181e


#bb181e Border Color

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

This div border color is #bb181e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb181e


Comments

No comments written yet.

Please login to write comment.