#BF5018

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

Shades of Rust #BF5018

Tints of Rust #BF5018

Color information

#BF5018 (or 0xBF5018) is unknown color: approx Rust. HEX triplet: BF, 50 and 18. RGB value is (191,80,24). Sum of RGB (Red+Green+Blue) = 191+80+24=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5018 is #40AFE7. Grayscale: #6B6B6B. Windows color (decimal): -4239336 or 1593535. OLE color: 1593535.

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

Color convert

RGB1918024-
CMYK00.580.870.25
HSL20.12º77.67%42.16%-
HSV(B)20.12º87.43%74.9%-
XYZ24.5216.882.83-
YUV106.881.27188.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.75%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 24 (9.77% from 255) = 8.14%
R=64.75%
G=27.12%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191802400.580.870.2520.1277.6742.16
HexBF501803A5719144e2a
Octal27712030072127312411652
Binary101111111010000110000111010101011111001101001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5018; }

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

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

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

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

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

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

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

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