#BD4A0E

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

Shades of Rust #BD4A0E

Tints of Rust #BD4A0E

Color information

#BD4A0E (or 0xBD4A0E) is unknown color: approx Rust. HEX triplet: BD, 4A and 0E. RGB value is (189,74,14). Sum of RGB (Red+Green+Blue) = 189+74+14=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4A0E is #42B5F1. Grayscale: #656565. Windows color (decimal): -4371954 or 936637. OLE color: 936637.

HSL color Cylindrical-coordinate representation of color #BD4A0E: hue angle of 20.57º 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 #BD4A0E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB1897414-
CMYK00.610.930.26
HSL20.57º86.21%39.8%-
HSV(B)20.57º92.59%74.12%-
XYZ23.5115.752.22-
YUV101.5478.6190.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.23%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 14 (5.86% from 255) = 5.05%
R=68.23%
G=26.71%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189741400.610.930.2620.5786.2139.8
HexBD4AE03D5D1A155628
Octal27511216075135322512650
Binary10111101100101011100111101101110111010101011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4A0E; }

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

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

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

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

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

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

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

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