#B94705

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

Shades of Rust #B94705

Tints of Rust #B94705

Color information

#B94705 (or 0xB94705) is unknown color: approx Rust. HEX triplet: B9, 47 and 05. RGB value is (185,71,5). Sum of RGB (Red+Green+Blue) = 185+71+5=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B94705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94705 is #46B8FA. Grayscale: #616161. Windows color (decimal): -4634875 or 346041. OLE color: 346041.

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

Color convert

RGB185715-
CMYK00.620.970.27
HSL22º94.74%37.25%-
HSV(B)22º97.3%72.55%-
XYZ22.2914.831.83-
YUV97.5675.77190.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.88%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 5 (2.34% from 255) = 1.92%
R=70.88%
G=27.20%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18571500.620.970.272294.7437.25
HexB947503E611B165f25
Octal2711075076141332613745
Binary1011100110001111010111110110000111011101101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94705; }

 p { color: rgb(185,71,5); }

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

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

 a { background-color: rgb(185,71,5); }

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

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

 span { border-color: rgb(185,71,5); }

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