#B5460F

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

Shades of Rust #B5460F

Tints of Rust #B5460F

Color information

#B5460F (or 0xB5460F) is unknown color: approx Rust. HEX triplet: B5, 46 and 0F. RGB value is (181,70,15). Sum of RGB (Red+Green+Blue) = 181+70+15=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B5460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5460F is #4AB9F0. Grayscale: #616161. Windows color (decimal): -4897265 or 1001141. OLE color: 1001141.

HSL color Cylindrical-coordinate representation of color #B5460F: hue angle of 19.88º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5460F is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1817015-
CMYK00.610.920.29
HSL19.88º84.69%38.43%-
HSV(B)19.88º91.71%70.98%-
XYZ21.3314.242.08-
YUV96.9281.77187.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.05%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=68.05%
G=26.32%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181701500.610.920.2919.8884.6938.43
HexB546F03D5C1D145526
Octal26510617075134352412546
Binary10110101100011011110111101101110011101101001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5460F; }

 p { color: rgb(181,70,15); }

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

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

 a { background-color: rgb(181,70,15); }

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

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

 span { border-color: rgb(181,70,15); }

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