#bf4414

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

Shades of Rust #BF4414

Tints of Rust #BF4414

Color information

#BF4414 (or 0xBF4414) is unknown color: approx Rust. HEX triplet: BF, 44 and 14. RGB value is (191,68,20). Sum of RGB (Red+Green+Blue) = 191+68+20=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4414 is #40BBEB. Grayscale: #636363. Windows color (decimal): -4242412 or 1328319. OLE color: 1328319.

HSL color Cylindrical-coordinate representation of color #BF4414: hue angle of 16.84º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF4414 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1916820-
CMYK00.640.900.25
HSL16.84º81.04%41.37%-
HSV(B)16.84º89.53%74.9%-
XYZ23.6815.262.36-
YUV99.383.25193.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.46%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 20 (8.20% from 255) = 7.17%
R=68.46%
G=24.37%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191682000.640.900.2516.8481.0441.37
HexBF44140405A19115129
Octal277104240100132312112151
Binary1011111110001001010001000000101101011001100011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4414; }

 p { color: rgb(191,68,20); }

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

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

 a { background-color: rgb(191,68,20); }

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

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

 span { border-color: rgb(191,68,20); }

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