COLOR #B00D38

HEX: #B00D38 RGB: (176,13,56)

Color info

#B00D38 contains mainly red color. Web safe color of #B00D38 is #990033 (or #903).

RGB color model

#B00D38 color RGB value is (176,13,56).

RGB: (176,13,56) (69%, 5%, 22%)

RGB channels and saturation

R 176 of 255 = 69%
G 13 of 255 = 5%
B 56 of 255 = 22%

176
13
56

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

Portions of RGB colors in percentages

R + G + B = 176 + 13 + 56 = 245 (100%)
R 176 of 245 ~ 71.84%
G 13 of 245 ~ 5.31%
B 56 of 245 ~ 22.86'%

%71.84
%22.86

CMYK color model

#B00D38 color CMYK value is (0,93,68,31).

  • cyan value is 0.00%
  • magenta value is 92.61%
  • yellow value is 68.18%
  • key color value is 30.98%

CMYK: (0,93,68,31)
C0M93Y68K31 (0%, 93%, 68%, 31%)
(0.00 / 0.93 / 0.68 / 0.31)

CMYK percentages

%0
%92.61
%68.18
%30.98

Codes

Color #B00D38 in popluar color models

B0 0D 38
RGB 176 13 56
HSL 344° 86.24% 37.06%
HSB/HSV 344° 92.61% 69.02%
CMYK 0.00% 92.61% 68.18%
30.98%

Color #B00D38 in popluar number systems.

HEX B0 0D 38
Decimal 176 13 56
Binary 10110000 1101 111000
Octal 260 15 70

Shades and tints

Shades of #B00D38

#B00D38
(176,13,56)
#A00C33
(160,12,51)
#900B2E
(144,11,46)
#800A29
(128,10,41)
#700924
(112,9,36)
#60081F
(96,8,31)
#50071A
(80,7,26)
#400615
(64,6,21)
#300510
(48,5,16)
#20040B
(32,4,11)
#100306
(16,3,6)
#000000
(0,0,0)

Tints of #B00D38

#B00D38
(176,13,56)
#B7234A
(183,35,74)
#BE395C
(190,57,92)
#C54F6E
(197,79,110)
#CC6580
(204,101,128)
#D37B92
(211,123,146)
#DA91A4
(218,145,164)
#E1A7B6
(225,167,182)
#E8BDC8
(232,189,200)
#EFD3DA
(239,211,218)
#F6E9EC
(246,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B00D38 color. Also use rgb(176,13,56) instead hex code.

Text Font Color

.myTextColor { color: #B00D38; }

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

This text font color is #B00D38.

Background Color

.myBgColor { background-color: #B00D38; }

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

This div background color is #B00D38.

Border color

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

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

This div border color is #B00D38.

Opacity

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

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

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

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

This text has shadow with #B00D38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B00D38.

Preview

Color preview on black background

This text has color #B00D38 on black background.


Color preview on white background

This text has color #B00D38 on white background.


Black color preview on #B00D38 background

This text has black color on #B00D38 background.


White color preview on #B00D38 background

This text has white color on #B00D38 background.


Related colors

Complementary color

Complementary color for #hex is #4FF2C7.


I love getcolorcode.com

Triadic colors

1 #38B00D and #0D38B0 with #B00D38 are triadic colors.

2 #380DB0 and #0DB038 with #B00D38 are triadic colors.