#BD4F18

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

Shades of Rust #BD4F18

Tints of Rust #BD4F18

Color information

#BD4F18 (or 0xBD4F18) is unknown color: approx Rust. HEX triplet: BD, 4F and 18. RGB value is (189,79,24). Sum of RGB (Red+Green+Blue) = 189+79+24=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4F18 is #42B0E7. Grayscale: #696969. Windows color (decimal): -4370664 or 1593277. OLE color: 1593277.

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

Color convert

RGB1897924-
CMYK00.580.870.26
HSL20º77.46%41.76%-
HSV(B)20º87.3%74.12%-
XYZ23.9516.482.78-
YUV105.6281.94187.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.73%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 24 (9.77% from 255) = 8.22%
R=64.73%
G=27.05%
B=8.22%

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
Decimal189792400.580.870.262077.4641.76
HexBD4F1803A571A144d2a
Octal27511730072127322411552
Binary101111011001111110000111010101011111010101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F18; }

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

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

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

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

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

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

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

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