#B45913

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

Shades of Rust #B45913

Tints of Rust #B45913

Color information

#B45913 (or 0xB45913) is unknown color: approx Rust. HEX triplet: B4, 59 and 13. RGB value is (180,89,19). Sum of RGB (Red+Green+Blue) = 180+89+19=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B45913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45913 is #4BA6EC. Grayscale: #6C6C6C. Windows color (decimal): -4957933 or 1268148. OLE color: 1268148.

HSL color Cylindrical-coordinate representation of color #B45913: hue angle of 26.09º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B45913 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB1808919-
CMYK00.510.890.29
HSL26.09º80.9%39.02%-
HSV(B)26.09º89.44%70.59%-
XYZ22.5116.92.69-
YUV108.2377.65179.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.5%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 19 (7.81% from 255) = 6.60%
R=62.5%
G=30.90%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180891900.510.890.2926.0980.939.02
HexB45913033591D1a5127
Octal26413123063131353212147
Binary101101001011001100110110011101100111101110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45913; }

 p { color: rgb(180,89,19); }

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

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

 a { background-color: rgb(180,89,19); }

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

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

 span { border-color: rgb(180,89,19); }

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