#B9540F

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

Shades of Rust #B9540F

Tints of Rust #B9540F

Color information

#B9540F (or 0xB9540F) is unknown color: approx Rust. HEX triplet: B9, 54 and 0F. RGB value is (185,84,15). Sum of RGB (Red+Green+Blue) = 185+84+15=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9540F is #46ABF0. Grayscale: #6A6A6A. Windows color (decimal): -4631537 or 1004729. OLE color: 1004729.

HSL color Cylindrical-coordinate representation of color #B9540F: hue angle of 24.35º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9540F is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB1858415-
CMYK00.550.920.27
HSL24.35º85%39.22%-
HSV(B)24.35º91.89%72.55%-
XYZ23.2616.692.45-
YUV106.3376.46184.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.14%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 15 (6.25% from 255) = 5.28%
R=65.14%
G=29.58%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185841500.550.920.2724.358539.22
HexB954F0375C1B185527
Octal27112417067134333012547
Binary10111001101010011110110111101110011011110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9540F; }

 p { color: rgb(185,84,15); }

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

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

 a { background-color: rgb(185,84,15); }

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

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

 span { border-color: rgb(185,84,15); }

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