Color Hex Logo

#bb301c Color Hex

#BB301C
(187,48,28)
0 Favorites   0 Comments

Color spaces of #bb301c

RGB 1874828
HSL0.020.740.42
HSV85°73°
CMYK 0.000.740.85   0.27
XYZ21.760112.76252.4151
Yxy12.76250.58910.3455
Hunter Lab35.724646.207320.9991
CIE-Lab42.403254.137244.5014

#bb301c color RGB value is (187,48,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110000 00011100
Octal 273 60 34
Decimal 187 48 28
Hex BB 30 1C

RGB Percentages of Color #bb301c

%71.10
%18.25
%10.65

CMYK Percentages of Color #bb301c

%0
%74
%85
%27

Triadic Colors of #bb301c

#bb301c #1cbb30 #301cbb

Analogous Colors of #bb301c

#bb301c #bb801c #bb1c57

Monochromatic Colors of #bb301c

#bb301c

Complementary Color

#bb301c #1ca7bb

#bb301c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb301c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb301c Color CSS Codes

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

#bb301c Text Font Color

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

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


#bb301c Background Color

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

This div background color is #bb301c


#bb301c Border Color

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

This div border color is #bb301c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb301c


Comments

No comments written yet.

Please login to write comment.