#B4540C

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

Shades of Rust #B4540C

Tints of Rust #B4540C

Color information

#B4540C (or 0xB4540C) is unknown color: approx Rust. HEX triplet: B4, 54 and 0C. RGB value is (180,84,12). Sum of RGB (Red+Green+Blue) = 180+84+12=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4540C is #4BABF3. Grayscale: #686868. Windows color (decimal): -4959220 or 808116. OLE color: 808116.

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

Color convert

RGB1808412-
CMYK00.530.930.29
HSL25.71º87.5%37.65%-
HSV(B)25.71º93.33%70.59%-
XYZ22.0616.072.29-
YUV104.575.8181.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.22%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 12 (5.08% from 255) = 4.35%
R=65.22%
G=30.43%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180841200.530.930.2925.7187.537.65
HexB454C0355D1D1a5826
Octal26412414065135353213046
Binary10110100101010011000110101101110111101110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4540C; }

 p { color: rgb(180,84,12); }

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

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

 a { background-color: rgb(180,84,12); }

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

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

 span { border-color: rgb(180,84,12); }

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