#BF460E

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

Shades of Rust #BF460E

Tints of Rust #BF460E

Color information

#BF460E (or 0xBF460E) is unknown color: approx Rust. HEX triplet: BF, 46 and 0E. RGB value is (191,70,14). Sum of RGB (Red+Green+Blue) = 191+70+14=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF460E is #40B9F1. Grayscale: #646464. Windows color (decimal): -4241906 or 935615. OLE color: 935615.

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

Color convert

RGB1917014-
CMYK00.630.930.25
HSL18.98º86.34%40.2%-
HSV(B)18.98º92.67%74.9%-
XYZ23.7615.492.15-
YUV99.7979.59193.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.45%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 14 (5.86% from 255) = 5.09%
R=69.45%
G=25.45%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191701400.630.930.2518.9886.3440.2
HexBF46E03F5D19135628
Octal27710616077135312312650
Binary10111111100011011100111111101110111001100111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF460E; }

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

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

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

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

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

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

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

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