#B8580F

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

Shades of Rust #B8580F

Tints of Rust #B8580F

Color information

#B8580F (or 0xB8580F) is unknown color: approx Rust. HEX triplet: B8, 58 and 0F. RGB value is (184,88,15). Sum of RGB (Red+Green+Blue) = 184+88+15=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B8580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8580F is #47A7F0. Grayscale: #6C6C6C. Windows color (decimal): -4696049 or 1005752. OLE color: 1005752.

HSL color Cylindrical-coordinate representation of color #B8580F: hue angle of 25.92º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8580F is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB1848815-
CMYK00.520.920.28
HSL25.92º84.92%39.02%-
HSV(B)25.92º91.85%72.16%-
XYZ23.3417.22.54-
YUV108.3875.3181.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.11%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 15 (6.25% from 255) = 5.23%
R=64.11%
G=30.66%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184881500.520.920.2825.9284.9239.02
HexB858F0345C1C1a5527
Octal27013017064134343212547
Binary10111000101100011110110100101110011100110101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8580F; }

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

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

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

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

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

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

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

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