#BD470C

Color #BD470C Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #BD470C

Tints of Rust #BD470C

Color information

#BD470C (or 0xBD470C) is unknown color: approx Rust. HEX triplet: BD, 47 and 0C. RGB value is (189,71,12). Sum of RGB (Red+Green+Blue) = 189+71+12=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD470C is #42B8F3. Grayscale: #636363. Windows color (decimal): -4372724 or 804797. OLE color: 804797.

HSL color Cylindrical-coordinate representation of color #BD470C: hue angle of 20º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD470C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB1897112-
CMYK00.620.940.26
HSL20º88.06%39.41%-
HSV(B)20º93.65%74.12%-
XYZ23.3115.352.08-
YUV99.5678.59191.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 69.49%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 12 (5.08% from 255) = 4.41%
R=69.49%
G=26.10%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189711200.620.940.262088.0639.41
HexBD47C03E5E1A145827
Octal27510714076136322413047
Binary10111101100011111000111110101111011010101001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD470C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD470C; }

 p { color: rgb(189,71,12); }

 H1.HeaderClassName
 {
   color: #BD470C;
 }
 .AnyTagClassName
 {
   color: #BD470C;
 }
</style>
background-color css

<style>
 a { background-color: #BD470C; }

 a { background-color: rgb(189,71,12); }

 div.DivClassName
 {
   background-color: #BD470C;
 }
 .BgClassName
 {
   background-color: #BD470C;
 }
</style>
border-color css

<style>
 span { border-color: #BD470C; }

 span { border-color: rgb(189,71,12); }

 td.TdClassName
 {
   border-color: #BD470C;
 }
 .TagClassName
 {
   border-color: #BD470C;
 }
</style>