COLOR #B63D14

HEX: #B63D14
RGB: (182,61,20)

Color info

#B63D14 contains mainly red color. Web safe color of #B63D14 is #CC3300 (or #C30).

RGB color model

#B63D14 color RGB value is (182,61,20).

  • red value is 182;
  • green value is 61;
  • blue value is 20.
RGB:
(182,61,20)
(71%,24%,8%)

RGB channels and saturation

R 182 of 255 = 71%
G 61 of 255 = 24%
B 20 of 255 = 8%

182
61
20

R + G + B ~ 34%. #B63D14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
182 + 61 + 20 = 263 (100%)
R 182 of 263 ~ 69.2%
G 61 of 263 ~ 23.19%
B 20 of 263 ~ 7.6%

%69.2
%23.19

CMYK color model

#B63D14 color CMYK value is (0,66,89,29).

  • cyan value is 0.00%
  • magenta value is 66.48%
  • yellow value is 89.01%
  • key color value is 28.63%
CMYK:
(0,66,89,29)
C0M66Y89K29 
(0%,66%,89%,29%)
(0.00/0.66/0.89/0.29)	

CMYK percentages

%0
%66.48
%89.01
%28.63

Codes

Color #B63D14 in popluar color models

B63D14
RGB1826120
HSL15°80.20%39.61%
HSB/HSV15°89.01%71.37%
CMYK0.00%66.48%89.01%
28.63%

Color #B63D14 in popluar number systems.

HEXB63D14
Decimal1826120
Binary1011011011110110100
Octal2667524

Shades and tints

Shades of #B63D14

#B63D14
(182,61,20)
#A63813
(166,56,19)
#963312
(150,51,18)
#862E11
(134,46,17)
#762910
(118,41,16)
#66240F
(102,36,15)
#561F0E
(86,31,14)
#461A0D
(70,26,13)
#36150C
(54,21,12)
#26100B
(38,16,11)
#160B0A
(22,11,10)
#000000
(0,0,0)

Tints of #B63D14

#B63D14
(182,61,20)
#BC4E29
(188,78,41)
#C25F3E
(194,95,62)
#C87053
(200,112,83)
#CE8168
(206,129,104)
#D4927D
(212,146,125)
#DAA392
(218,163,146)
#E0B4A7
(224,180,167)
#E6C5BC
(230,197,188)
#ECD6D1
(236,214,209)
#F2E7E6
(242,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B63D14 color. Also use rgb(182,61,20) instead hex code.

Text Font Color

.myTextColor { color: #B63D14; }

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

This text font color is #B63D14.


Background Color

.myBgColor { background-color: #B63D14; }

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

This div background color is #B63D14.


Border color

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

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

This div border color is #B63D14.


Opacity

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

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

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

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

This text has shadow with #B63D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B63D14 on black background.


Color preview on white background

This text has color #B63D14 on white background.



Black color preview on #B63D14 background

This text has black color on #B63D14 background.


White color preview on #B63D14 background

This text has white color on #B63D14 background.