#B45015

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

Shades of Rust #B45015

Tints of Rust #B45015

Color information

#B45015 (or 0xB45015) is unknown color: approx Rust. HEX triplet: B4, 50 and 15. RGB value is (180,80,21). Sum of RGB (Red+Green+Blue) = 180+80+21=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B45015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45015 is #4BAFEA. Grayscale: #676767. Windows color (decimal): -4960235 or 1396916. OLE color: 1396916.

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

Color convert

RGB1808021-
CMYK00.560.880.29
HSL22.26º79.1%39.41%-
HSV(B)22.26º88.33%70.59%-
XYZ21.8315.492.55-
YUV103.1781.63182.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.06%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 21 (8.59% from 255) = 7.47%
R=64.06%
G=28.47%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180802100.560.880.2922.2679.139.41
HexB45015038581D164f27
Octal26412025070130352611747
Binary101101001010000101010111000101100011101101101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45015; }

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

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

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

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

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

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

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

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