#B45113

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

Shades of Rust #B45113

Tints of Rust #B45113

Color information

#B45113 (or 0xB45113) is unknown color: approx Rust. HEX triplet: B4, 51 and 13. RGB value is (180,81,19). Sum of RGB (Red+Green+Blue) = 180+81+19=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B45113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45113 is #4BAEEC. Grayscale: #676767. Windows color (decimal): -4959981 or 1266100. OLE color: 1266100.

HSL color Cylindrical-coordinate representation of color #B45113: hue angle of 23.11º 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 #B45113 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB1808119-
CMYK00.550.890.29
HSL23.11º80.9%39.02%-
HSV(B)23.11º89.44%70.59%-
XYZ21.8815.642.48-
YUV103.5380.3182.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.29%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 19 (7.81% from 255) = 6.79%
R=64.29%
G=28.93%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180811900.550.890.2923.1180.939.02
HexB45113037591D175127
Octal26412123067131352712147
Binary101101001010001100110110111101100111101101111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45113; }

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

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

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

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

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

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

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

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