#B3560B

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

Shades of Rust #B3560B

Tints of Rust #B3560B

Color information

#B3560B (or 0xB3560B) is unknown color: approx Rust. HEX triplet: B3, 56 and 0B. RGB value is (179,86,11). Sum of RGB (Red+Green+Blue) = 179+86+11=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3560B is #4CA9F4. Grayscale: #696969. Windows color (decimal): -5024245 or 743091. OLE color: 743091.

HSL color Cylindrical-coordinate representation of color #B3560B: hue angle of 26.79º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3560B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1798611-
CMYK00.520.940.30
HSL26.79º88.42%37.25%-
HSV(B)26.79º93.85%70.2%-
XYZ21.9816.262.3-
YUV105.2674.81180.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.86%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 11 (4.69% from 255) = 3.99%
R=64.86%
G=31.16%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179861100.520.940.3026.7988.4237.25
HexB356B0345E1E1b5825
Octal26312613064136363313045
Binary10110011101011010110110100101111011110110111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3560B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3560B; }

 p { color: rgb(179,86,11); }

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

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

 a { background-color: rgb(179,86,11); }

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

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

 span { border-color: rgb(179,86,11); }

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