COLOR #BB0533

HEX: #BB0533
RGB: (187,5,51)

Color info

#BB0533 contains mainly red color. Web safe color of #BB0533 is #CC0033 (or #C03).

RGB color model

#BB0533 color RGB value is (187,5,51).

  • red value is 187;
  • green value is 5;
  • blue value is 51.
RGB:
(187,5,51)
(73%,2%,20%)

RGB channels and saturation

R 187 of 255 = 73%
G 5 of 255 = 2%
B 51 of 255 = 20%

187
5
51

R + G + B ~ 32%. #BB0533 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
187 + 5 + 51 = 243 (100%)
R 187 of 243 ~ 76.95%
G 5 of 243 ~ 2.06%
B 51 of 243 ~ 20.99%

%76.95
%20.99

CMYK color model

#BB0533 color CMYK value is (0,97,73,27).

  • cyan value is 0.00%
  • magenta value is 97.33%
  • yellow value is 72.73%
  • key color value is 26.67%
CMYK:
(0,97,73,27)
C0M97Y73K27 
(0%,97%,73%,27%)
(0.00/0.97/0.73/0.27)	

CMYK percentages

%0
%97.33
%72.73
%26.67

Codes

Color #BB0533 in popluar color models

BB0533
RGB187551
HSL345°94.79%37.65%
HSB/HSV345°97.33%73.33%
CMYK0.00%97.33%72.73%
26.67%

Color #BB0533 in popluar number systems.

HEXBB0533
Decimal187551
Binary10111011101110011
Octal273563

Shades and tints

Shades of #BB0533

#BB0533
(187,5,51)
#AA052F
(170,5,47)
#99052B
(153,5,43)
#880527
(136,5,39)
#770523
(119,5,35)
#66051F
(102,5,31)
#55051B
(85,5,27)
#440517
(68,5,23)
#330513
(51,5,19)
#22050F
(34,5,15)
#11050B
(17,5,11)
#000000
(0,0,0)

Tints of #BB0533

#BB0533
(187,5,51)
#C11B45
(193,27,69)
#C73157
(199,49,87)
#CD4769
(205,71,105)
#D35D7B
(211,93,123)
#D9738D
(217,115,141)
#DF899F
(223,137,159)
#E59FB1
(229,159,177)
#EBB5C3
(235,181,195)
#F1CBD5
(241,203,213)
#F7E1E7
(247,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB0533 color. Also use rgb(187,5,51) instead hex code.

Text Font Color

.myTextColor { color: #BB0533; }

<p style="color:#BB0533">This sample text font color is #BB0533.</p>

This text font color is #BB0533.


Background Color

.myBgColor { background-color: #BB0533; }

<div style="background-color:#BB0533">Inner text</div>

This div background color is #BB0533.


Border color

.myBorderColor { border: 1px solid #BB0533; }

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

This div border color is #BB0533.


Opacity

.myOpacity80 { color: #BB0533; opacity: 0.8; }

<p style="color:#BB0533;opacity:0.8;">80%</p>

Text with #BB0533 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB0533;}

<p style="text-shadow: 3px 3px 1px #BB0533">Text here.</p>

This text has shadow with #BB0533 color.

.textShadow {text-shadow: 3px 3px 1px #BB0533, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB0533, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB0533 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB0533, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB0533, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB0533 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB0533;
  -webkit-box-shadow:	1px 1px 3px 2px #BB0533;
  box-shadow:		1px 1px 3px 2px #BB0533;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB0533;
-webkit-box-shadow: 1px 1px 3px 2px #BB0533;
box-shadow:1px 1px 3px 2px #BB0533;">
Div content here</div>
This div box has shadow with color #BB0533.

Preview

Color preview on black background

This text has color #BB0533 on black background.


Color preview on white background

This text has color #BB0533 on white background.



Black color preview on #BB0533 background

This text has black color on #BB0533 background.


White color preview on #BB0533 background

This text has white color on #BB0533 background.