Color Hex Logo

#bb202b Color Hex

#BB202B
(187,32,43)
0 Favorites   0 Comments

Color spaces of #bb202b

RGB 1873243
HSL0.990.710.43
HSV356°83°73°
CMYK 0.000.830.77   0.27
XYZ21.446111.77223.4274
Yxy11.77220.58520.3212
Hunter Lab34.310651.529018.0948
CIE-Lab40.851859.346134.8715

#bb202b color RGB value is (187,32,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100000 00101011
Octal 273 40 53
Decimal 187 32 43
Hex BB 20 2B

RGB Percentages of Color #bb202b

%71.37
%12.21
%16.41

CMYK Percentages of Color #bb202b

%0
%83
%77
%27

Triadic Colors of #bb202b

#bb202b #2bbb20 #202bbb

Analogous Colors of #bb202b

#bb202b #bb6320 #bb2079

Monochromatic Colors of #bb202b

#bb202b

Complementary Color

#bb202b #20bbb0

#bb202b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb202b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb202b Color CSS Codes

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

#bb202b Text Font Color

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

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


#bb202b Background Color

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

This div background color is #bb202b


#bb202b Border Color

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

This div border color is #bb202b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb202b


Comments

No comments written yet.

Please login to write comment.