#BF4E18

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

Shades of Rust #BF4E18

Tints of Rust #BF4E18

Color information

#BF4E18 (or 0xBF4E18) is unknown color: approx Rust. HEX triplet: BF, 4E and 18. RGB value is (191,78,24). Sum of RGB (Red+Green+Blue) = 191+78+24=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4E18 is #40B1E7. Grayscale: #696969. Windows color (decimal): -4239848 or 1593023. OLE color: 1593023.

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

Color convert

RGB1917824-
CMYK00.590.870.25
HSL19.4º77.67%42.16%-
HSV(B)19.4º87.43%74.9%-
XYZ24.3816.592.78-
YUV105.6381.94188.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 78 (30.86% from 255) = 26.62%
BLUE value IS 24 (9.77% from 255) = 8.19%
R=65.19%
G=26.62%
B=8.19%

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
Decimal191782400.590.870.2519.477.6742.16
HexBF4E1803B5719134e2a
Octal27711630073127312311652
Binary101111111001110110000111011101011111001100111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E18; }

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

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

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

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

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

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

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

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