#B85308

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

Shades of Rust #B85308

Tints of Rust #B85308

Color information

#B85308 (or 0xB85308) is unknown color: approx Rust. HEX triplet: B8, 53 and 08. RGB value is (184,83,8). Sum of RGB (Red+Green+Blue) = 184+83+8=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B85308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85308 is #47ACF7. Grayscale: #696969. Windows color (decimal): -4697336 or 545720. OLE color: 545720.

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

Color convert

RGB184838-
CMYK00.550.960.28
HSL25.57º91.67%37.65%-
HSV(B)25.57º95.65%72.16%-
XYZ22.916.392.19-
YUV104.6573.46184.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.91%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 8 (3.52% from 255) = 2.91%
R=66.91%
G=30.18%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18483800.550.960.2825.5791.6737.65
HexB8538037601C1a5c26
Octal27012310067140343213446
Binary10111000101001110000110111110000011100110101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85308; }

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

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

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

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

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

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

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

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