#B4580F

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

Shades of Rust #B4580F

Tints of Rust #B4580F

Color information

#B4580F (or 0xB4580F) is unknown color: approx Rust. HEX triplet: B4, 58 and 0F. RGB value is (180,88,15). Sum of RGB (Red+Green+Blue) = 180+88+15=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B4580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4580F is #4BA7F0. Grayscale: #6B6B6B. Windows color (decimal): -4958193 or 1005748. OLE color: 1005748.

HSL color Cylindrical-coordinate representation of color #B4580F: hue angle of 26.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4580F is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1808815-
CMYK00.510.920.29
HSL26.55º84.62%38.24%-
HSV(B)26.55º91.67%70.59%-
XYZ22.416.722.5-
YUV107.1975.98179.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.60%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 15 (6.25% from 255) = 5.30%
R=63.60%
G=31.10%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180881500.510.920.2926.5584.6238.24
HexB458F0335C1D1b5526
Octal26413017063134353312546
Binary10110100101100011110110011101110011101110111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4580F; }

 p { color: rgb(180,88,15); }

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

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

 a { background-color: rgb(180,88,15); }

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

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

 span { border-color: rgb(180,88,15); }

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