#bf4d16

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

Shades of Rust #BF4D16

Tints of Rust #BF4D16

Color information

#BF4D16 (or 0xBF4D16) is unknown color: approx Rust. HEX triplet: BF, 4D and 16. RGB value is (191,77,22). Sum of RGB (Red+Green+Blue) = 191+77+22=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4D16 is #40B2E9. Grayscale: #696969. Windows color (decimal): -4240106 or 1461695. OLE color: 1461695.

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

Color convert

RGB1917722-
CMYK00.600.880.25
HSL19.53º79.34%41.76%-
HSV(B)19.53º88.48%74.9%-
XYZ24.2816.442.65-
YUV104.8281.27189.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.86%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 22 (8.98% from 255) = 7.59%
R=65.86%
G=26.55%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191772200.600.880.2519.5379.3441.76
HexBF4D1603C5819144f2a
Octal27711526074130312411752
Binary101111111001101101100111100101100011001101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4d16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4d16; }

 p { color: rgb(191,77,22); }

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

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

 a { background-color: rgb(191,77,22); }

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

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

 span { border-color: rgb(191,77,22); }

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