COLOR #BB333D

HEX: #BB333D RGB: (187,51,61)

Color info

#BB333D contains mainly red color. Web safe color of #BB333D is #CC3333 (or #C33).

RGB color model

#BB333D color RGB value is (187,51,61).

RGB: (187,51,61) (73%, 20%, 24%)

RGB channels and saturation

R 187 of 255 = 73%
G 51 of 255 = 20%
B 61 of 255 = 24%

187
51
61

R + G + B ~ 39%. #BB333D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 187 + 51 + 61 = 299 (100%)
R 187 of 299 ~ 62.54%
G 51 of 299 ~ 17.06%
B 61 of 299 ~ 20.4'%

%62.54
%17.06
%20.4

CMYK color model

#BB333D color CMYK value is (0,73,67,27).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 67.38%
  • key color value is 26.67%
CMYK: (0,73,67,27) C0M73Y67K27 (0%,73%,67%,27%) (0.00/0.73/0.67/0.27) 

CMYK percentages

%0
%72.73
%67.38
%26.67

Codes

Color #BB333D in popluar color models

BB 33 3D
RGB 187 51 61
HSL 356° 57.14% 46.67%
HSB/HSV 356° 72.73% 73.33%
CMYK 0.00% 72.73% 67.38%
26.67%

Color #BB333D in popluar number systems.

HEX BB 33 3D
Decimal 187 51 61
Binary 10111011 110011 111101
Octal 273 63 75

Shades and tints

Shades of #BB333D

#BB333D
(187,51,61)
#AA2F38
(170,47,56)
#992B33
(153,43,51)
#88272E
(136,39,46)
#772329
(119,35,41)
#661F24
(102,31,36)
#551B1F
(85,27,31)
#44171A
(68,23,26)
#331315
(51,19,21)
#220F10
(34,15,16)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #BB333D

#BB333D
(187,51,61)
#C1454E
(193,69,78)
#C7575F
(199,87,95)
#CD6970
(205,105,112)
#D37B81
(211,123,129)
#D98D92
(217,141,146)
#DF9FA3
(223,159,163)
#E5B1B4
(229,177,180)
#EBC3C5
(235,195,197)
#F1D5D6
(241,213,214)
#F7E7E7
(247,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB333D; }

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

This text font color is #BB333D.

Background Color

.myBgColor { background-color: #BB333D; }

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

This div background color is #BB333D.

Border color

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

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

This div border color is #BB333D.

Opacity

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

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

Text with #BB333D 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 #BB333D;}

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

This text has shadow with #BB333D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB333D.

Preview

Color preview on black background

This text has color #BB333D on black background.


Color preview on white background

This text has color #BB333D on white background.


Black color preview on #BB333D background

This text has black color on #BB333D background.


White color preview on #BB333D background

This text has white color on #BB333D background.


Related colors

Complementary color

Complementary color for #hex is #44CCC2.


I love getcolorcode.com

Triadic colors

1 #3DBB33 and #333DBB with #BB333D are triadic colors.

2 #3D33BB and #33BB3D with #BB333D are triadic colors.