COLOR #BB2430

HEX: #BB2430 RGB: (187,36,48)

Color info

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

RGB color model

#BB2430 color RGB value is (187,36,48).

RGB: (187,36,48) (73%, 14%, 19%)

RGB channels and saturation

R 187 of 255 = 73%
G 36 of 255 = 14%
B 48 of 255 = 19%

187
36
48

R + G + B ~ 35%. #BB2430 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 187 + 36 + 48 = 271 (100%)
R 187 of 271 ~ 69%
G 36 of 271 ~ 13.28%
B 48 of 271 ~ 17.71'%

%69
%13.28
%17.71

CMYK color model

#BB2430 color CMYK value is (0,81,74,27).

  • cyan value is 0.00%
  • magenta value is 80.75%
  • yellow value is 74.33%
  • key color value is 26.67%

CMYK: (0,81,74,27)
C0M81Y74K27 (0%, 81%, 74%, 27%)
(0.00 / 0.81 / 0.74 / 0.27)

CMYK percentages

%0
%80.75
%74.33
%26.67

Codes

Color #BB2430 in popluar color models

BB 24 30
RGB 187 36 48
HSL 355° 67.71% 43.73%
HSB/HSV 355° 80.75% 73.33%
CMYK 0.00% 80.75% 74.33%
26.67%

Color #BB2430 in popluar number systems.

HEX BB 24 30
Decimal 187 36 48
Binary 10111011 100100 110000
Octal 273 44 60

Shades and tints

Shades of #BB2430

#BB2430
(187,36,48)
#AA212C
(170,33,44)
#991E28
(153,30,40)
#881B24
(136,27,36)
#771820
(119,24,32)
#66151C
(102,21,28)
#551218
(85,18,24)
#440F14
(68,15,20)
#330C10
(51,12,16)
#22090C
(34,9,12)
#110608
(17,6,8)
#000000
(0,0,0)

Tints of #BB2430

#BB2430
(187,36,48)
#C13742
(193,55,66)
#C74A54
(199,74,84)
#CD5D66
(205,93,102)
#D37078
(211,112,120)
#D9838A
(217,131,138)
#DF969C
(223,150,156)
#E5A9AE
(229,169,174)
#EBBCC0
(235,188,192)
#F1CFD2
(241,207,210)
#F7E2E4
(247,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB2430 color. Also use rgb(187,36,48) instead hex code.

Text Font Color

.myTextColor { color: #BB2430; }

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

This text font color is #BB2430.

Background Color

.myBgColor { background-color: #BB2430; }

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

This div background color is #BB2430.

Border color

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

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

This div border color is #BB2430.

Opacity

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

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

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

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

This text has shadow with #BB2430 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB2430.

Preview

Color preview on black background

This text has color #BB2430 on black background.


Color preview on white background

This text has color #BB2430 on white background.


Black color preview on #BB2430 background

This text has black color on #BB2430 background.


White color preview on #BB2430 background

This text has white color on #BB2430 background.


Related colors

Complementary color

Complementary color for #hex is #44DBCF.


I love getcolorcode.com

Triadic colors

1 #30BB24 and #2430BB with #BB2430 are triadic colors.

2 #3024BB and #24BB30 with #BB2430 are triadic colors.