#B1580C

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

Shades of Rust #B1580C

Tints of Rust #B1580C

Color information

#B1580C (or 0xB1580C) is unknown color: approx Rust. HEX triplet: B1, 58 and 0C. RGB value is (177,88,12). Sum of RGB (Red+Green+Blue) = 177+88+12=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1580C is #4EA7F3. Grayscale: #6A6A6A. Windows color (decimal): -5154804 or 809137. OLE color: 809137.

HSL color Cylindrical-coordinate representation of color #B1580C: hue angle of 27.64º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1580C is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB1778812-
CMYK00.500.930.31
HSL27.64º87.3%37.06%-
HSV(B)27.64º93.22%69.41%-
XYZ21.6916.352.36-
YUV105.9574.99178.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.90%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 12 (5.08% from 255) = 4.33%
R=63.90%
G=31.77%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177881200.500.930.3127.6487.337.06
HexB158C0325D1F1c5725
Octal26113014062135373412745
Binary10110001101100011000110010101110111111111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1580C; }

 p { color: rgb(177,88,12); }

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

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

 a { background-color: rgb(177,88,12); }

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

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

 span { border-color: rgb(177,88,12); }

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