#B85311

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

Shades of Rust #B85311

Tints of Rust #B85311

Color information

#B85311 (or 0xB85311) is unknown color: approx Rust. HEX triplet: B8, 53 and 11. RGB value is (184,83,17). Sum of RGB (Red+Green+Blue) = 184+83+17=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B85311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85311 is #47ACEE. Grayscale: #6A6A6A. Windows color (decimal): -4697327 or 1135544. OLE color: 1135544.

HSL color Cylindrical-coordinate representation of color #B85311: hue angle of 23.71º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B85311 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB1848317-
CMYK00.550.910.28
HSL23.71º83.08%39.41%-
HSV(B)23.71º90.76%72.16%-
XYZ22.9616.422.49-
YUV105.6877.96183.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.79%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 17 (7.03% from 255) = 5.99%
R=64.79%
G=29.23%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184831700.550.910.2823.7183.0839.41
HexB853110375B1C185327
Octal27012321067133343012347
Binary101110001010011100010110111101101111100110001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85311; }

 p { color: rgb(184,83,17); }

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

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

 a { background-color: rgb(184,83,17); }

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

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

 span { border-color: rgb(184,83,17); }

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