#BF5512

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

Shades of Rust #BF5512

Tints of Rust #BF5512

Color information

#BF5512 (or 0xBF5512) is unknown color: approx Rust. HEX triplet: BF, 55 and 12. RGB value is (191,85,18). Sum of RGB (Red+Green+Blue) = 191+85+18=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5512 is #40AAED. Grayscale: #6D6D6D. Windows color (decimal): -4238062 or 1201599. OLE color: 1201599.

HSL color Cylindrical-coordinate representation of color #BF5512: hue angle of 23.24º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF5512 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB1918518-
CMYK00.550.910.25
HSL23.24º82.78%40.98%-
HSV(B)23.24º90.58%74.9%-
XYZ24.8417.622.66-
YUV109.0676.62186.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.97%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 18 (7.42% from 255) = 6.12%
R=64.97%
G=28.91%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191851800.550.910.2523.2482.7840.98
HexBF55120375B19175329
Octal27712522067133312712351
Binary101111111010101100100110111101101111001101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5512; }

 p { color: rgb(191,85,18); }

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

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

 a { background-color: rgb(191,85,18); }

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

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

 span { border-color: rgb(191,85,18); }

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