Color Hex Logo

#bb301a Color Hex

#BB301A
(187,48,26)
0 Favorites   0 Comments

Color spaces of #bb301a

RGB 1874826
HSL0.020.760.42
HSV86°73°
CMYK 0.000.740.86   0.27
XYZ21.736912.75332.2932
Yxy12.75330.59090.3467
Hunter Lab35.711846.153121.1910
CIE-Lab42.389254.089045.4390

#bb301a color RGB value is (187,48,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110000 00011010
Octal 273 60 32
Decimal 187 48 26
Hex BB 30 1A

RGB Percentages of Color #bb301a

%71.65
%18.39
%9.96

CMYK Percentages of Color #bb301a

%0
%74
%86
%27

Triadic Colors of #bb301a

#bb301a #1abb30 #301abb

Analogous Colors of #bb301a

#bb301a #bb811a #bb1a55

Monochromatic Colors of #bb301a

#bb301a

Complementary Color

#bb301a #1aa5bb

#bb301a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb301a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb301a Color CSS Codes

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

#bb301a Text Font Color

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

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


#bb301a Background Color

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

This div background color is #bb301a


#bb301a Border Color

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

This div border color is #bb301a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb301a


Comments

No comments written yet.

Please login to write comment.