#B94612

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

Shades of Rust #B94612

Tints of Rust #B94612

Color information

#B94612 (or 0xB94612) is unknown color: approx Rust. HEX triplet: B9, 46 and 12. RGB value is (185,70,18). Sum of RGB (Red+Green+Blue) = 185+70+18=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B94612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94612 is #46B9ED. Grayscale: #626262. Windows color (decimal): -4635118 or 1197753. OLE color: 1197753.

HSL color Cylindrical-coordinate representation of color #B94612: hue angle of 18.68º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B94612 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1857018-
CMYK00.620.900.27
HSL18.68º82.27%39.8%-
HSV(B)18.68º90.27%72.55%-
XYZ22.3114.742.24-
YUV98.4682.6189.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.77%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 18 (7.42% from 255) = 6.59%
R=67.77%
G=25.64%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185701800.620.900.2718.6882.2739.8
HexB9461203E5A1B135228
Octal27110622076132332312250
Binary101110011000110100100111110101101011011100111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94612; }

 p { color: rgb(185,70,18); }

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

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

 a { background-color: rgb(185,70,18); }

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

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

 span { border-color: rgb(185,70,18); }

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