#BF5115

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

Shades of Rust #BF5115

Tints of Rust #BF5115

Color information

#BF5115 (or 0xBF5115) is unknown color: approx Rust. HEX triplet: BF, 51 and 15. RGB value is (191,81,21). Sum of RGB (Red+Green+Blue) = 191+81+21=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5115 is #40AEEA. Grayscale: #6B6B6B. Windows color (decimal): -4239083 or 1397183. OLE color: 1397183.

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

Color convert

RGB1918121-
CMYK00.580.890.25
HSL21.18º80.19%41.57%-
HSV(B)21.18º89.01%74.9%-
XYZ24.5617.022.7-
YUV107.0579.44187.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 21 (8.59% from 255) = 7.17%
R=65.19%
G=27.65%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191812100.580.890.2521.1880.1941.57
HexBF511503A591915502a
Octal27712125072131312512052
Binary101111111010001101010111010101100111001101011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5115; }

 p { color: rgb(191,81,21); }

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

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

 a { background-color: rgb(191,81,21); }

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

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

 span { border-color: rgb(191,81,21); }

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