#BD440F

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

Shades of Rust #BD440F

Tints of Rust #BD440F

Color information

#BD440F (or 0xBD440F) is unknown color: approx Rust. HEX triplet: BD, 44 and 0F. RGB value is (189,68,15). Sum of RGB (Red+Green+Blue) = 189+68+15=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD440F is #42BBF0. Grayscale: #626262. Windows color (decimal): -4373489 or 1000637. OLE color: 1000637.

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

Color convert

RGB1896815-
CMYK00.640.920.26
HSL18.28º85.29%40%-
HSV(B)18.28º92.06%74.12%-
XYZ23.1414.992.13-
YUV98.1481.09192.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 69.49%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 5.51%
R=69.49%
G=25%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189681500.640.920.2618.2885.2940
HexBD44F0405C1A125528
Octal275104170100134322212550
Binary101111011000100111101000000101110011010100101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD440F; }

 p { color: rgb(189,68,15); }

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

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

 a { background-color: rgb(189,68,15); }

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

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

 span { border-color: rgb(189,68,15); }

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