#BF5119

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

Shades of Rust #BF5119

Tints of Rust #BF5119

Color information

#BF5119 (or 0xBF5119) is unknown color: approx Rust. HEX triplet: BF, 51 and 19. RGB value is (191,81,25). Sum of RGB (Red+Green+Blue) = 191+81+25=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5119 is #40AEE6. Grayscale: #6B6B6B. Windows color (decimal): -4239079 or 1659327. OLE color: 1659327.

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

Color convert

RGB1918125-
CMYK00.580.870.25
HSL20.24º76.85%42.35%-
HSV(B)20.24º86.91%74.9%-
XYZ24.617.032.91-
YUV107.5181.44187.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.31%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 25 (10.16% from 255) = 8.42%
R=64.31%
G=27.27%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191812500.580.870.2520.2476.8542.35
HexBF511903A5719144d2a
Octal27712131072127312411552
Binary101111111010001110010111010101011111001101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5119; }

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

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

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

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

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

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

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

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