#BD4B0E

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

Shades of Rust #BD4B0E

Tints of Rust #BD4B0E

Color information

#BD4B0E (or 0xBD4B0E) is unknown color: approx Rust. HEX triplet: BD, 4B and 0E. RGB value is (189,75,14). Sum of RGB (Red+Green+Blue) = 189+75+14=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4B0E is #42B4F1. Grayscale: #666666. Windows color (decimal): -4371698 or 936893. OLE color: 936893.

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

Color convert

RGB1897514-
CMYK00.600.930.26
HSL20.91º86.21%39.8%-
HSV(B)20.91º92.59%74.12%-
XYZ23.5815.882.24-
YUV102.1378.27189.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.99%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 14 (5.86% from 255) = 5.04%
R=67.99%
G=26.98%
B=5.04%

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
Decimal189751400.600.930.2620.9186.2139.8
HexBD4BE03C5D1A155628
Octal27511316074135322512650
Binary10111101100101111100111100101110111010101011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B0E; }

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

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

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

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

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

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

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

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