COLOR #BD430C

HEX: #BD430C
RGB: (189,67,12)

Color info

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

RGB color model

#BD430C color RGB value is (189,67,12).

  • red value is 189;
  • green value is 67;
  • blue value is 12.
RGB:
(189,67,12)
(74%,26%,5%)

RGB channels and saturation

R 189 of 255 = 74%
G 67 of 255 = 26%
B 12 of 255 = 5%

189
67
12

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

Portions of RGB colors in percentages

R + G + B =
189 + 67 + 12 = 268 (100%)
R 189 of 268 ~ 70.52%
G 67 of 268 ~ 25%
B 12 of 268 ~ 4.48%

%70.52
%25

CMYK color model

#BD430C color CMYK value is (0,65,94,26).

  • cyan value is 0.00%
  • magenta value is 64.55%
  • yellow value is 93.65%
  • key color value is 25.88%
CMYK:
(0,65,94,26)
C0M65Y94K26 
(0%,65%,94%,26%)
(0.00/0.65/0.94/0.26)	

CMYK percentages

%0
%64.55
%93.65
%25.88

Codes

Color #BD430C in popluar color models

BD430C
RGB1896712
HSL19°88.06%39.41%
HSB/HSV19°93.65%74.12%
CMYK0.00%64.55%93.65%
25.88%

Color #BD430C in popluar number systems.

HEXBD430C
Decimal1896712
Binary1011110110000111100
Octal27510314

Shades and tints

Shades of #BD430C

#BD430C
(189,67,12)
#AC3D0B
(172,61,11)
#9B370A
(155,55,10)
#8A3109
(138,49,9)
#792B08
(121,43,8)
#682507
(104,37,7)
#571F06
(87,31,6)
#461905
(70,25,5)
#351304
(53,19,4)
#240D03
(36,13,3)
#130702
(19,7,2)
#000000
(0,0,0)

Tints of #BD430C

#BD430C
(189,67,12)
#C35422
(195,84,34)
#C96538
(201,101,56)
#CF764E
(207,118,78)
#D58764
(213,135,100)
#DB987A
(219,152,122)
#E1A990
(225,169,144)
#E7BAA6
(231,186,166)
#EDCBBC
(237,203,188)
#F3DCD2
(243,220,210)
#F9EDE8
(249,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD430C color. Also use rgb(189,67,12) instead hex code.

Text Font Color

.myTextColor { color: #BD430C; }

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

This text font color is #BD430C.


Background Color

.myBgColor { background-color: #BD430C; }

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

This div background color is #BD430C.


Border color

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

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

This div border color is #BD430C.


Opacity

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

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

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

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

This text has shadow with #BD430C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD430C on black background.


Color preview on white background

This text has color #BD430C on white background.



Black color preview on #BD430C background

This text has black color on #BD430C background.


White color preview on #BD430C background

This text has white color on #BD430C background.