#BF4F18

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

Shades of Rust #BF4F18

Tints of Rust #BF4F18

Color information

#BF4F18 (or 0xBF4F18) is unknown color: approx Rust. HEX triplet: BF, 4F and 18. RGB value is (191,79,24). Sum of RGB (Red+Green+Blue) = 191+79+24=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4F18 is #40B0E7. Grayscale: #6A6A6A. Windows color (decimal): -4239592 or 1593279. OLE color: 1593279.

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

Color convert

RGB1917924-
CMYK00.590.870.25
HSL19.76º77.67%42.16%-
HSV(B)19.76º87.43%74.9%-
XYZ24.4516.732.81-
YUV106.2281.61188.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.97%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 24 (9.77% from 255) = 8.16%
R=64.97%
G=26.87%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191792400.590.870.2519.7677.6742.16
HexBF4F1803B5719144e2a
Octal27711730073127312411652
Binary101111111001111110000111011101011111001101001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F18; }

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

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

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

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

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

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

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

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