Color Hex Logo

#bb240a Color Hex

#BB240A
(187,36,10)
0 Favorites   0 Comments

Color spaces of #bb240a

RGB 1873610
HSL0.020.900.39
HSV95°73°
CMYK 0.000.810.95   0.27
XYZ21.179211.84851.4579
Yxy11.84850.61410.3436
Hunter Lab34.421749.590921.5840
CIE-Lab40.974357.549850.7397

#bb240a color RGB value is (187,36,10).

#bb240a hex color red value is 187, green value is 36 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bb240a hue: 0.02 , saturation: 0.90 and the lightness value of bb240a is 0.39.

The process color (four color CMYK) of #bb240a color hex is 0.00, 0.81, 0.95, 0.27. Web safe color of #bb240a is #cc3300. Color #bb240a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100100 00001010
Octal 273 44 12
Decimal 187 36 10
Hex BB 24 A

RGB Percentages of Color #bb240a

%80.26
%15.45
%4.29

CMYK Percentages of Color #bb240a

%0
%81
%95
%27

Triadic Colors of #bb240a

#bb240a #0abb24 #240abb

Analogous Colors of #bb240a

#bb240a #bb7d0a #bb0a48

Monochromatic Colors of #bb240a

#bb240a

Complementary Color

#bb240a #0aa1bb

#bb240a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb240a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb240a Color CSS Codes

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

#bb240a Text Font Color

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

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


#bb240a Background Color

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

This div background color is #bb240a


#bb240a Border Color

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

This div border color is #bb240a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb240a


Comments

No comments written yet.

Please login to write comment.