#BF490F

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

Shades of Rust #BF490F

Tints of Rust #BF490F

Color information

#BF490F (or 0xBF490F) is unknown color: approx Rust. HEX triplet: BF, 49 and 0F. RGB value is (191,73,15). Sum of RGB (Red+Green+Blue) = 191+73+15=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF490F is #40B6F0. Grayscale: #666666. Windows color (decimal): -4241137 or 1001919. OLE color: 1001919.

HSL color Cylindrical-coordinate representation of color #BF490F: hue angle of 19.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF490F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB1917315-
CMYK00.620.920.25
HSL19.77º85.44%40.39%-
HSV(B)19.77º92.15%74.9%-
XYZ23.9515.882.25-
YUV101.6779.09191.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.46%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 15 (6.25% from 255) = 5.38%
R=68.46%
G=26.16%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191731500.620.920.2519.7785.4440.39
HexBF49F03E5C19145528
Octal27711117076134312412550
Binary10111111100100111110111110101110011001101001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF490F; }

 p { color: rgb(191,73,15); }

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

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

 a { background-color: rgb(191,73,15); }

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

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

 span { border-color: rgb(191,73,15); }

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