#B45112

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

Shades of Rust #B45112

Tints of Rust #B45112

Color information

#B45112 (or 0xB45112) is unknown color: approx Rust. HEX triplet: B4, 51 and 12. RGB value is (180,81,18). Sum of RGB (Red+Green+Blue) = 180+81+18=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B45112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45112 is #4BAEED. Grayscale: #676767. Windows color (decimal): -4959982 or 1200564. OLE color: 1200564.

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

Color convert

RGB1808118-
CMYK00.550.90.29
HSL23.33º81.82%38.82%-
HSV(B)23.33º90%70.59%-
XYZ21.8715.632.44-
YUV103.4279.8182.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.52%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 18 (7.42% from 255) = 6.45%
R=64.52%
G=29.03%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180811800.550.90.2923.3381.8238.82
HexB451120375A1D175227
Octal26412122067132352712247
Binary101101001010001100100110111101101011101101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45112; }

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

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

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

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

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

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

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

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