#B6540C

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

Shades of Rust #B6540C

Tints of Rust #B6540C

Color information

#B6540C (or 0xB6540C) is unknown color: approx Rust. HEX triplet: B6, 54 and 0C. RGB value is (182,84,12). Sum of RGB (Red+Green+Blue) = 182+84+12=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B6540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6540C is #49ABF3. Grayscale: #696969. Windows color (decimal): -4828148 or 808118. OLE color: 808118.

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

Color convert

RGB1828412-
CMYK00.540.930.29
HSL25.41º87.63%38.04%-
HSV(B)25.41º93.41%71.37%-
XYZ22.5316.312.31-
YUV105.0975.47182.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.47%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 12 (5.08% from 255) = 4.32%
R=65.47%
G=30.22%
B=4.32%

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
Decimal182841200.540.930.2925.4187.6338.04
HexB654C0365D1D195826
Octal26612414066135353113046
Binary10110110101010011000110110101110111101110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6540C; }

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

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

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

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

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

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

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

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