#BF460B

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

Shades of Rust #BF460B

Tints of Rust #BF460B

Color information

#BF460B (or 0xBF460B) is unknown color: approx Rust. HEX triplet: BF, 46 and 0B. RGB value is (191,70,11). Sum of RGB (Red+Green+Blue) = 191+70+11=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF460B is #40B9F4. Grayscale: #636363. Windows color (decimal): -4241909 or 739007. OLE color: 739007.

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

Color convert

RGB1917011-
CMYK00.630.940.25
HSL19.67º89.11%39.61%-
HSV(B)19.67º94.24%74.9%-
XYZ23.7415.482.05-
YUV99.4578.09193.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.22%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 11 (4.69% from 255) = 4.04%
R=70.22%
G=25.74%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191701100.630.940.2519.6789.1139.61
HexBF46B03F5E19145928
Octal27710613077136312413150
Binary10111111100011010110111111101111011001101001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF460B; }

 p { color: rgb(191,70,11); }

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

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

 a { background-color: rgb(191,70,11); }

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

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

 span { border-color: rgb(191,70,11); }

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