#B4530C

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

Shades of Rust #B4530C

Tints of Rust #B4530C

Color information

#B4530C (or 0xB4530C) is unknown color: approx Rust. HEX triplet: B4, 53 and 0C. RGB value is (180,83,12). Sum of RGB (Red+Green+Blue) = 180+83+12=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B4530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4530C is #4BACF3. Grayscale: #686868. Windows color (decimal): -4959476 or 807860. OLE color: 807860.

HSL color Cylindrical-coordinate representation of color #B4530C: hue angle of 25.36º 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 #B4530C is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1808312-
CMYK00.540.930.29
HSL25.36º87.5%37.65%-
HSV(B)25.36º93.33%70.59%-
XYZ21.9815.922.26-
YUV103.9176.14182.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.45%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 12 (5.08% from 255) = 4.36%
R=65.45%
G=30.18%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180831200.540.930.2925.3687.537.65
HexB453C0365D1D195826
Octal26412314066135353113046
Binary10110100101001111000110110101110111101110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4530C; }

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

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

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

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

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

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

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

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