#B45115

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

Shades of Rust #B45115

Tints of Rust #B45115

Color information

#B45115 (or 0xB45115) is unknown color: approx Rust. HEX triplet: B4, 51 and 15. RGB value is (180,81,21). Sum of RGB (Red+Green+Blue) = 180+81+21=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B45115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45115 is #4BAEEA. Grayscale: #686868. Windows color (decimal): -4959979 or 1397172. OLE color: 1397172.

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

Color convert

RGB1808121-
CMYK00.550.880.29
HSL22.64º79.1%39.41%-
HSV(B)22.64º88.33%70.59%-
XYZ21.915.642.57-
YUV103.7681.3182.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.83%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 21 (8.59% from 255) = 7.45%
R=63.83%
G=28.72%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180812100.550.880.2922.6479.139.41
HexB45115037581D174f27
Octal26412125067130352711747
Binary101101001010001101010110111101100011101101111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45115; }

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

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

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

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

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

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

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

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