#B6460C

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

Shades of Rust #B6460C

Tints of Rust #B6460C

Color information

#B6460C (or 0xB6460C) is unknown color: approx Rust. HEX triplet: B6, 46 and 0C. RGB value is (182,70,12). Sum of RGB (Red+Green+Blue) = 182+70+12=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B6460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6460C is #49B9F3. Grayscale: #616161. Windows color (decimal): -4831732 or 804534. OLE color: 804534.

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

Color convert

RGB1827012-
CMYK00.620.930.29
HSL20.47º87.63%38.04%-
HSV(B)20.47º93.41%71.37%-
XYZ21.5514.351.98-
YUV96.8880.11188.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.94%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 12 (5.08% from 255) = 4.55%
R=68.94%
G=26.52%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182701200.620.930.2920.4787.6338.04
HexB646C03E5D1D145826
Octal26610614076135352413046
Binary10110110100011011000111110101110111101101001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6460C; }

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

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

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

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

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

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

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

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