#BF4511

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

Shades of Rust #BF4511

Tints of Rust #BF4511

Color information

#BF4511 (or 0xBF4511) is unknown color: approx Rust. HEX triplet: BF, 45 and 11. RGB value is (191,69,17). Sum of RGB (Red+Green+Blue) = 191+69+17=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4511 is #40BAEE. Grayscale: #636363. Windows color (decimal): -4242159 or 1131967. OLE color: 1131967.

HSL color Cylindrical-coordinate representation of color #BF4511: hue angle of 17.93º degrees, saturation: 0.84, 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 #BF4511 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB1916917-
CMYK00.640.910.25
HSL17.93º83.65%40.78%-
HSV(B)17.93º91.1%74.9%-
XYZ23.7215.372.25-
YUV99.5581.42193.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.95%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 17 (7.03% from 255) = 6.14%
R=68.95%
G=24.91%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191691700.640.910.2517.9383.6540.78
HexBF45110405B19125429
Octal277105210100133312212451
Binary1011111110001011000101000000101101111001100101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4511; }

 p { color: rgb(191,69,17); }

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

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

 a { background-color: rgb(191,69,17); }

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

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

 span { border-color: rgb(191,69,17); }

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