#B0440F

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

Shades of Rust #B0440F

Tints of Rust #B0440F

Color information

#B0440F (or 0xB0440F) is unknown color: approx Rust. HEX triplet: B0, 44 and 0F. RGB value is (176,68,15). Sum of RGB (Red+Green+Blue) = 176+68+15=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0440F is #4FBBF0. Grayscale: #5E5E5E. Windows color (decimal): -5225457 or 1000624. OLE color: 1000624.

HSL color Cylindrical-coordinate representation of color #B0440F: hue angle of 19.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0440F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB1766815-
CMYK00.610.910.31
HSL19.75º84.29%37.45%-
HSV(B)19.75º91.48%69.02%-
XYZ20.0613.41.98-
YUV94.2583.28186.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.95%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=67.95%
G=26.25%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176681500.610.910.3119.7584.2937.45
HexB044F03D5B1F145425
Octal26010417075133372412445
Binary10110000100010011110111101101101111111101001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0440F; }

 p { color: rgb(176,68,15); }

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

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

 a { background-color: rgb(176,68,15); }

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

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

 span { border-color: rgb(176,68,15); }

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