#B3560A

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

Shades of Rust #B3560A

Tints of Rust #B3560A

Color information

#B3560A (or 0xB3560A) is unknown color: approx Rust. HEX triplet: B3, 56 and 0A. RGB value is (179,86,10). Sum of RGB (Red+Green+Blue) = 179+86+10=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3560A is #4CA9F5. Grayscale: #696969. Windows color (decimal): -5024246 or 677555. OLE color: 677555.

HSL color Cylindrical-coordinate representation of color #B3560A: hue angle of 26.98º degrees, saturation: 0.89, 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 #B3560A is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1798610-
CMYK00.520.940.30
HSL26.98º89.42%37.06%-
HSV(B)26.98º94.41%70.2%-
XYZ21.9716.262.27-
YUV105.1474.31180.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.09%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 10 (4.30% from 255) = 3.64%
R=65.09%
G=31.27%
B=3.64%

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
Decimal179861000.520.940.3026.9889.4237.06
HexB356A0345E1E1b5925
Octal26312612064136363313145
Binary10110011101011010100110100101111011110110111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3560A; }

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

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

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

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

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

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

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

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