Color Hex Logo

#bb242b Color Hex

#BB242B
(187,36,43)
0 Favorites   0 Comments

Color spaces of #bb242b

RGB 1873643
HSL0.990.680.44
HSV357°81°73°
CMYK 0.000.810.77   0.27
XYZ21.560412.00103.4656
Yxy12.00100.58230.3241
Hunter Lab34.642550.468618.3184
CIE-Lab41.217758.308535.2687

#bb242b color RGB value is (187,36,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100100 00101011
Octal 273 44 53
Decimal 187 36 43
Hex BB 24 2B

RGB Percentages of Color #bb242b

%70.30
%13.53
%16.17

CMYK Percentages of Color #bb242b

%0
%81
%77
%27

Triadic Colors of #bb242b

#bb242b #2bbb24 #242bbb

Analogous Colors of #bb242b

#bb242b #bb6924 #bb2477

Monochromatic Colors of #bb242b

#bb242b

Complementary Color

#bb242b #24bbb4

#bb242b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb242b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb242b Color CSS Codes

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

#bb242b Text Font Color

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

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


#bb242b Background Color

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

This div background color is #bb242b


#bb242b Border Color

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

This div border color is #bb242b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb242b


Comments

No comments written yet.

Please login to write comment.