Color Hex Logo

#bb292b Color Hex

#BB292B
(187,41,43)
0 Favorites   0 Comments

Color spaces of #bb292b

RGB 1874143
HSL1.000.640.45
HSV359°78°73°
CMYK 0.000.780.77   0.27
XYZ21.722512.32513.5196
Yxy12.32510.57820.3281
Hunter Lab35.107149.009318.6310
CIE-Lab41.728256.870335.8214

#bb292b color RGB value is (187,41,43).

#bb292b hex color red value is 187, green value is 41 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bb292b hue: 1.00 , saturation: 0.64 and the lightness value of bb292b is 0.45.

The process color (four color CMYK) of #bb292b color hex is 0.00, 0.78, 0.77, 0.27. Web safe color of #bb292b is #cc3333. Color #bb292b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101001 00101011
Octal 273 51 53
Decimal 187 41 43
Hex BB 29 2B

RGB Percentages of Color #bb292b

%69.00
%15.13
%15.87

CMYK Percentages of Color #bb292b

%0
%78
%77
%27

Triadic Colors of #bb292b

#bb292b #2bbb29 #292bbb

Analogous Colors of #bb292b

#bb292b #bb7029 #bb2974

Monochromatic Colors of #bb292b

#bb292b

Complementary Color

#bb292b #29bbb9

#bb292b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb292b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb292b Color CSS Codes

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

#bb292b Text Font Color

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

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


#bb292b Background Color

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

This div background color is #bb292b


#bb292b Border Color

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

This div border color is #bb292b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb292b


Comments

No comments written yet.

Please login to write comment.