#b5460c

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

Shades of Rust #B5460C

Tints of Rust #B5460C

Color information

#B5460C (or 0xB5460C) is unknown color: approx Rust. HEX triplet: B5, 46 and 0C. RGB value is (181,70,12). Sum of RGB (Red+Green+Blue) = 181+70+12=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B5460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5460C is #4AB9F3. Grayscale: #606060. Windows color (decimal): -4897268 or 804533. OLE color: 804533.

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

Color convert

RGB1817012-
CMYK00.610.930.29
HSL20.59º87.56%37.84%-
HSV(B)20.59º93.37%70.98%-
XYZ21.3114.231.97-
YUV96.5880.27188.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.82%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 12 (5.08% from 255) = 4.56%
R=68.82%
G=26.62%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181701200.610.930.2920.5987.5637.84
HexB546C03D5D1D155826
Octal26510614075135352513046
Binary10110101100011011000111101101110111101101011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5460c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5460c; }

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

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

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

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

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

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

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

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