#B1560E

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

Shades of Rust #B1560E

Tints of Rust #B1560E

Color information

#B1560E (or 0xB1560E) is unknown color: approx Rust. HEX triplet: B1, 56 and 0E. RGB value is (177,86,14). Sum of RGB (Red+Green+Blue) = 177+86+14=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1560E is #4EA9F1. Grayscale: #696969. Windows color (decimal): -5155314 or 939697. OLE color: 939697.

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

Color convert

RGB1778614-
CMYK00.510.920.31
HSL26.5º85.34%37.45%-
HSV(B)26.5º92.09%69.41%-
XYZ21.5416.032.38-
YUV10576.65179.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.90%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 14 (5.86% from 255) = 5.05%
R=63.90%
G=31.05%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177861400.510.920.3126.585.3437.45
HexB156E0335C1F1b5525
Octal26112616063134373312545
Binary10110001101011011100110011101110011111110111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1560E; }

 p { color: rgb(177,86,14); }

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

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

 a { background-color: rgb(177,86,14); }

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

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

 span { border-color: rgb(177,86,14); }

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