#B9461E

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

Shades of Rust #B9461E

Tints of Rust #B9461E

Color information

#B9461E (or 0xB9461E) is unknown color: approx Rust. HEX triplet: B9, 46 and 1E. RGB value is (185,70,30). Sum of RGB (Red+Green+Blue) = 185+70+30=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9461E is #46B9E1. Grayscale: #646464. Windows color (decimal): -4635106 or 1984185. OLE color: 1984185.

HSL color Cylindrical-coordinate representation of color #B9461E: hue angle of 15.48º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9461E is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1857030-
CMYK00.620.840.27
HSL15.48º72.09%42.16%-
HSV(B)15.48º83.78%72.55%-
XYZ22.4314.792.9-
YUV99.8288.6188.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.91%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 30 (12.11% from 255) = 10.53%
R=64.91%
G=24.56%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185703000.620.840.2715.4872.0942.16
HexB9461E03E541Bf482a
Octal27110636076124331711052
Binary10111001100011011110011111010101001101111111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9461E; }

 p { color: rgb(185,70,30); }

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

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

 a { background-color: rgb(185,70,30); }

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

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

 span { border-color: rgb(185,70,30); }

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