#B4460E

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

Shades of Rust #B4460E

Tints of Rust #B4460E

Color information

#B4460E (or 0xB4460E) is unknown color: approx Rust. HEX triplet: B4, 46 and 0E. RGB value is (180,70,14). Sum of RGB (Red+Green+Blue) = 180+70+14=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B4460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4460E is #4BB9F1. Grayscale: #606060. Windows color (decimal): -4962802 or 935604. OLE color: 935604.

HSL color Cylindrical-coordinate representation of color #B4460E: hue angle of 20.24º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4460E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1807014-
CMYK00.610.920.29
HSL20.24º85.57%38.04%-
HSV(B)20.24º92.22%70.59%-
XYZ21.0914.122.03-
YUV96.5181.44187.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.18%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 14 (5.86% from 255) = 5.30%
R=68.18%
G=26.52%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180701400.610.920.2920.2485.5738.04
HexB446E03D5C1D145626
Octal26410616075134352412646
Binary10110100100011011100111101101110011101101001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4460E; }

 p { color: rgb(180,70,14); }

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

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

 a { background-color: rgb(180,70,14); }

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

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

 span { border-color: rgb(180,70,14); }

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