#bf460f

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

Shades of Rust #BF460F

Tints of Rust #BF460F

Color information

#BF460F (or 0xBF460F) is unknown color: approx Rust. HEX triplet: BF, 46 and 0F. RGB value is (191,70,15). Sum of RGB (Red+Green+Blue) = 191+70+15=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF460F is #40B9F0. Grayscale: #646464. Windows color (decimal): -4241905 or 1001151. OLE color: 1001151.

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

Color convert

RGB1917015-
CMYK00.630.920.25
HSL18.75º85.44%40.39%-
HSV(B)18.75º92.15%74.9%-
XYZ23.7615.492.19-
YUV99.9180.09192.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.20%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 15 (6.25% from 255) = 5.43%
R=69.20%
G=25.36%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191701500.630.920.2518.7585.4440.39
HexBF46F03F5C19135528
Octal27710617077134312312550
Binary10111111100011011110111111101110011001100111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf460f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf460f; }

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

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

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

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

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

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

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

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