#B45107

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

Shades of Rust #B45107

Tints of Rust #B45107

Color information

#B45107 (or 0xB45107) is unknown color: approx Rust. HEX triplet: B4, 51 and 07. RGB value is (180,81,7). Sum of RGB (Red+Green+Blue) = 180+81+7=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B45107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45107 is #4BAEF8. Grayscale: #666666. Windows color (decimal): -4959993 or 479668. OLE color: 479668.

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

Color convert

RGB180817-
CMYK00.550.960.29
HSL25.66º92.51%36.67%-
HSV(B)25.66º96.11%70.59%-
XYZ21.815.62.06-
YUV102.1674.3183.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.16%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 7 (3.12% from 255) = 2.61%
R=67.16%
G=30.22%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18081700.550.960.2925.6692.5136.67
HexB4517037601D1a5d25
Octal2641217067140353213545
Binary1011010010100011110110111110000011101110101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45107; }

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

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

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

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

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

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

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

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