#B94205

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

Shades of Rust #B94205

Tints of Rust #B94205

Color information

#B94205 (or 0xB94205) is unknown color: approx Rust. HEX triplet: B9, 42 and 05. RGB value is (185,66,5). Sum of RGB (Red+Green+Blue) = 185+66+5=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B94205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94205 is #46BDFA. Grayscale: #5E5E5E. Windows color (decimal): -4636155 or 344761. OLE color: 344761.

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

Color convert

RGB185665-
CMYK00.640.970.27
HSL20.33º94.74%37.25%-
HSV(B)20.33º97.3%72.55%-
XYZ21.9814.221.73-
YUV94.6377.42192.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 72.27%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=72.27%
G=25.78%
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
Decimal18566500.640.970.2720.3394.7437.25
HexB9425040611B145f25
Octal27110250100141332413745
Binary10111001100001010101000000110000111011101001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94205; }

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

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

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

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

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

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

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

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