#BF450B

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

Shades of Rust #BF450B

Tints of Rust #BF450B

Color information

#BF450B (or 0xBF450B) is unknown color: approx Rust. HEX triplet: BF, 45 and 0B. RGB value is (191,69,11). Sum of RGB (Red+Green+Blue) = 191+69+11=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF450B is #40BAF4. Grayscale: #636363. Windows color (decimal): -4242165 or 738751. OLE color: 738751.

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

Color convert

RGB1916911-
CMYK00.640.940.25
HSL19.33º89.11%39.61%-
HSV(B)19.33º94.24%74.9%-
XYZ23.6715.362.03-
YUV98.8778.42193.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.48%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 11 (4.69% from 255) = 4.06%
R=70.48%
G=25.46%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191691100.640.940.2519.3389.1139.61
HexBF45B0405E19135928
Octal277105130100136312313150
Binary101111111000101101101000000101111011001100111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF450B; }

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

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

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

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

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

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

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

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