#B94305

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

Shades of Rust #B94305

Tints of Rust #B94305

Color information

#B94305 (or 0xB94305) is unknown color: approx Rust. HEX triplet: B9, 43 and 05. RGB value is (185,67,5). Sum of RGB (Red+Green+Blue) = 185+67+5=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B94305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94305 is #46BCFA. Grayscale: #5F5F5F. Windows color (decimal): -4635899 or 345017. OLE color: 345017.

HSL color Cylindrical-coordinate representation of color #B94305: hue angle of 20.67º 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 #B94305 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB185675-
CMYK00.640.970.27
HSL20.67º94.74%37.25%-
HSV(B)20.67º97.3%72.55%-
XYZ22.0414.341.75-
YUV95.2177.09192.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.98%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=71.98%
G=26.07%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18567500.640.970.2720.6794.7437.25
HexB9435040611B155f25
Octal27110350100141332513745
Binary10111001100001110101000000110000111011101011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94305; }

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

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

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

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

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

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

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

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