Color Hex Logo

#bb011c Color Hex

#BB011C
(187,1,28)
0 Favorites   0 Comments

Color spaces of #bb011c

RGB 187128
HSL0.980.990.37
HSV351°99°73°
CMYK 0.000.990.85   0.27
XYZ20.714010.67032.0664
Yxy10.67030.61920.3190
Hunter Lab32.665456.027019.1151
CIE-Lab39.019563.739741.5137

#bb011c color RGB value is (187,1,28).

#bb011c hex color red value is 187, green value is 1 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bb011c hue: 0.98 , saturation: 0.99 and the lightness value of bb011c is 0.37.

The process color (four color CMYK) of #bb011c color hex is 0.00, 0.99, 0.85, 0.27. Web safe color of #bb011c is #cc0033. Color #bb011c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000001 00011100
Octal 273 1 34
Decimal 187 1 28
Hex BB 1 1C

RGB Percentages of Color #bb011c

%86.57
%0.46
%12.96

CMYK Percentages of Color #bb011c

%0
%99
%85
%27

Triadic Colors of #bb011c

#bb011c #1cbb01 #011cbb

Analogous Colors of #bb011c

#bb011c #bb4301 #bb0179

Monochromatic Colors of #bb011c

#bb011c

Complementary Color

#bb011c #01bba0

#bb011c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb011c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb011c Color CSS Codes

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

#bb011c Text Font Color

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

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


#bb011c Background Color

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

This div background color is #bb011c


#bb011c Border Color

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

This div border color is #bb011c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb011c


Comments

No comments written yet.

Please login to write comment.