#BD5018

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

Shades of Rust #BD5018

Tints of Rust #BD5018

Color information

#BD5018 (or 0xBD5018) is unknown color: approx Rust. HEX triplet: BD, 50 and 18. RGB value is (189,80,24). Sum of RGB (Red+Green+Blue) = 189+80+24=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5018 is #42AFE7. Grayscale: #6A6A6A. Windows color (decimal): -4370408 or 1593533. OLE color: 1593533.

HSL color Cylindrical-coordinate representation of color #BD5018: hue angle of 20.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD5018 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB1898024-
CMYK00.580.870.26
HSL20.36º77.46%41.76%-
HSV(B)20.36º87.3%74.12%-
XYZ24.0216.622.81-
YUV106.2181.61187.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.51%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 24 (9.77% from 255) = 8.19%
R=64.51%
G=27.30%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189802400.580.870.2620.3677.4641.76
HexBD501803A571A144d2a
Octal27512030072127322411552
Binary101111011010000110000111010101011111010101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5018; }

 p { color: rgb(189,80,24); }

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

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

 a { background-color: rgb(189,80,24); }

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

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

 span { border-color: rgb(189,80,24); }

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