#B94405

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

Shades of Rust #B94405

Tints of Rust #B94405

Color information

#B94405 (or 0xB94405) is unknown color: approx Rust. HEX triplet: B9, 44 and 05. RGB value is (185,68,5). Sum of RGB (Red+Green+Blue) = 185+68+5=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B94405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94405 is #46BBFA. Grayscale: #606060. Windows color (decimal): -4635643 or 345273. OLE color: 345273.

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

Color convert

RGB185685-
CMYK00.630.970.27
HSL21º94.74%37.25%-
HSV(B)21º97.3%72.55%-
XYZ22.114.461.77-
YUV95.876.76191.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.71%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 5 (2.34% from 255) = 1.94%
R=71.71%
G=26.36%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18568500.630.970.272194.7437.25
HexB944503F611B155f25
Octal2711045077141332513745
Binary1011100110001001010111111110000111011101011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94405; }

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

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

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

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

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

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

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

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