COLOR #BD130E

HEX: #BD130E RGB: (189,19,14)

Color info

#BD130E contains mainly red color. Web safe color of #BD130E is #CC0000 (or #C00).

RGB color model

#BD130E color RGB value is (189,19,14).

RGB: (189,19,14) (74%, 7%, 5%)

RGB channels and saturation

R 189 of 255 = 74%
G 19 of 255 = 7%
B 14 of 255 = 5%

189
19
14

R + G + B ~ 29%. #BD130E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 189 + 19 + 14 = 222 (100%)
R 189 of 222 ~ 85.14%
G 19 of 222 ~ 8.56%
B 14 of 222 ~ 6.31'%

%85.14

CMYK color model

#BD130E color CMYK value is (0,90,93,26).

  • cyan value is 0.00%
  • magenta value is 89.95%
  • yellow value is 92.59%
  • key color value is 25.88%

CMYK: (0,90,93,26)
C0M90Y93K26 (0%, 90%, 93%, 26%)
(0.00 / 0.90 / 0.93 / 0.26)

CMYK percentages

%0
%89.95
%92.59
%25.88

Codes

Color #BD130E in popluar color models

BD 13 0E
RGB 189 19 14
HSL 86.21% 39.80%
HSB/HSV 92.59% 74.12%
CMYK 0.00% 89.95% 92.59%
25.88%

Color #BD130E in popluar number systems.

HEX BD 13 0E
Decimal 189 19 14
Binary 10111101 10011 1110
Octal 275 23 16

Shades and tints

Shades of #BD130E

#BD130E
(189,19,14)
#AC120D
(172,18,13)
#9B110C
(155,17,12)
#8A100B
(138,16,11)
#790F0A
(121,15,10)
#680E09
(104,14,9)
#570D08
(87,13,8)
#460C07
(70,12,7)
#350B06
(53,11,6)
#240A05
(36,10,5)
#130904
(19,9,4)
#000000
(0,0,0)

Tints of #BD130E

#BD130E
(189,19,14)
#C32823
(195,40,35)
#C93D38
(201,61,56)
#CF524D
(207,82,77)
#D56762
(213,103,98)
#DB7C77
(219,124,119)
#E1918C
(225,145,140)
#E7A6A1
(231,166,161)
#EDBBB6
(237,187,182)
#F3D0CB
(243,208,203)
#F9E5E0
(249,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD130E color. Also use rgb(189,19,14) instead hex code.

Text Font Color

.myTextColor { color: #BD130E; }

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

This text font color is #BD130E.

Background Color

.myBgColor { background-color: #BD130E; }

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

This div background color is #BD130E.

Border color

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

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

This div border color is #BD130E.

Opacity

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

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

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

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

This text has shadow with #BD130E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD130E.

Preview

Color preview on black background

This text has color #BD130E on black background.


Color preview on white background

This text has color #BD130E on white background.


Black color preview on #BD130E background

This text has black color on #BD130E background.


White color preview on #BD130E background

This text has white color on #BD130E background.


Related colors

Complementary color

Complementary color for #hex is #42ECF1.


I love getcolorcode.com

Triadic colors

1 #0EBD13 and #130EBD with #BD130E are triadic colors.

2 #0E13BD and #13BD0E with #BD130E are triadic colors.