Color Hex Logo

#bb202a Color Hex

#BB202A
(187,32,42)
0 Favorites   0 Comments

Color spaces of #bb202a

RGB 1873242
HSL0.990.710.43
HSV356°83°73°
CMYK 0.000.830.78   0.27
XYZ21.427911.76503.3320
Yxy11.76500.58670.3221
Hunter Lab34.300151.486818.2505
CIE-Lab40.840259.309935.4429

#bb202a color RGB value is (187,32,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100000 00101010
Octal 273 40 52
Decimal 187 32 42
Hex BB 20 2A

RGB Percentages of Color #bb202a

%71.65
%12.26
%16.09

CMYK Percentages of Color #bb202a

%0
%83
%78
%27

Triadic Colors of #bb202a

#bb202a #2abb20 #202abb

Analogous Colors of #bb202a

#bb202a #bb6420 #bb2078

Monochromatic Colors of #bb202a

#bb202a

Complementary Color

#bb202a #20bbb1

#bb202a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb202a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb202a Color CSS Codes

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

#bb202a Text Font Color

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

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


#bb202a Background Color

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

This div background color is #bb202a


#bb202a Border Color

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

This div border color is #bb202a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb202a


Comments

No comments written yet.

Please login to write comment.