Color Hex Logo

#bb211c Color Hex

#BB211C
(187,33,28)
0 Favorites   0 Comments

Color spaces of #bb211c

RGB 1873328
HSL0.010.740.42
HSV85°73°
CMYK 0.000.820.85   0.27
XYZ21.247011.73632.2441
Yxy11.73630.60310.3332
Hunter Lab34.258350.753820.0970
CIE-Lab40.793958.650543.0856

#bb211c color RGB value is (187,33,28).

#bb211c hex color red value is 187, green value is 33 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bb211c hue: 0.01 , saturation: 0.74 and the lightness value of bb211c is 0.42.

The process color (four color CMYK) of #bb211c color hex is 0.00, 0.82, 0.85, 0.27. Web safe color of #bb211c is #cc3333. Color #bb211c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 00011100
Octal 273 41 34
Decimal 187 33 28
Hex BB 21 1C

RGB Percentages of Color #bb211c

%75.40
%13.31
%11.29

CMYK Percentages of Color #bb211c

%0
%82
%85
%27

Triadic Colors of #bb211c

#bb211c #1cbb21 #211cbb

Analogous Colors of #bb211c

#bb211c #bb711c #bb1c67

Monochromatic Colors of #bb211c

#bb211c

Complementary Color

#bb211c #1cb6bb

#bb211c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb211c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb211c Color CSS Codes

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

#bb211c Text Font Color

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

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


#bb211c Background Color

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

This div background color is #bb211c


#bb211c Border Color

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

This div border color is #bb211c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb211c


Comments

No comments written yet.

Please login to write comment.