Color Hex Logo

#bb232d Color Hex

#BB232D
(187,35,45)
0 Favorites   0 Comments

Color spaces of #bb232d

RGB 1873545
HSL0.990.680.44
HSV356°81°73°
CMYK 0.000.810.76   0.27
XYZ21.568211.95633.6537
Yxy11.95630.58010.3216
Hunter Lab34.577950.829317.9396
CIE-Lab41.146658.651834.0195

#bb232d color RGB value is (187,35,45).

#bb232d hex color red value is 187, green value is 35 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bb232d hue: 0.99 , saturation: 0.68 and the lightness value of bb232d is 0.44.

The process color (four color CMYK) of #bb232d color hex is 0.00, 0.81, 0.76, 0.27. Web safe color of #bb232d is #cc3333. Color #bb232d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100011 00101101
Octal 273 43 55
Decimal 187 35 45
Hex BB 23 2D

RGB Percentages of Color #bb232d

%70.04
%13.11
%16.85

CMYK Percentages of Color #bb232d

%0
%81
%76
%27

Triadic Colors of #bb232d

#bb232d #2dbb23 #232dbb

Analogous Colors of #bb232d

#bb232d #bb6523 #bb2379

Monochromatic Colors of #bb232d

#bb232d

Complementary Color

#bb232d #23bbb1

#bb232d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb232d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb232d Color CSS Codes

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

#bb232d Text Font Color

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

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


#bb232d Background Color

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

This div background color is #bb232d


#bb232d Border Color

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

This div border color is #bb232d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb232d


Comments

No comments written yet.

Please login to write comment.