#BF450E

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

Shades of Rust #BF450E

Tints of Rust #BF450E

Color information

#BF450E (or 0xBF450E) is unknown color: approx Rust. HEX triplet: BF, 45 and 0E. RGB value is (191,69,14). Sum of RGB (Red+Green+Blue) = 191+69+14=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF450E is #40BAF1. Grayscale: #636363. Windows color (decimal): -4242162 or 935359. OLE color: 935359.

HSL color Cylindrical-coordinate representation of color #BF450E: hue angle of 18.64º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF450E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB1916914-
CMYK00.640.930.25
HSL18.64º86.34%40.2%-
HSV(B)18.64º92.67%74.9%-
XYZ23.6915.362.13-
YUV99.2179.92193.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.71%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 14 (5.86% from 255) = 5.11%
R=69.71%
G=25.18%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191691400.640.930.2518.6486.3440.2
HexBF45E0405D19135628
Octal277105160100135312312650
Binary101111111000101111001000000101110111001100111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF450E; }

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

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

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

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

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

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

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

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