#BD4C0E

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

Shades of Rust #BD4C0E

Tints of Rust #BD4C0E

Color information

#BD4C0E (or 0xBD4C0E) is unknown color: approx Rust. HEX triplet: BD, 4C and 0E. RGB value is (189,76,14). Sum of RGB (Red+Green+Blue) = 189+76+14=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4C0E is #42B3F1. Grayscale: #676767. Windows color (decimal): -4371442 or 937149. OLE color: 937149.

HSL color Cylindrical-coordinate representation of color #BD4C0E: hue angle of 21.26º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD4C0E is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB1897614-
CMYK00.600.930.26
HSL21.26º86.21%39.8%-
HSV(B)21.26º92.59%74.12%-
XYZ23.6516.022.26-
YUV102.7277.94189.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.74%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 14 (5.86% from 255) = 5.02%
R=67.74%
G=27.24%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189761400.600.930.2621.2686.2139.8
HexBD4CE03C5D1A155628
Octal27511416074135322512650
Binary10111101100110011100111100101110111010101011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4C0E; }

 p { color: rgb(189,76,14); }

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

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

 a { background-color: rgb(189,76,14); }

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

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

 span { border-color: rgb(189,76,14); }

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