#B94415

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

Shades of Rust #B94415

Tints of Rust #B94415

Color information

#B94415 (or 0xB94415) is unknown color: approx Rust. HEX triplet: B9, 44 and 15. RGB value is (185,68,21). Sum of RGB (Red+Green+Blue) = 185+68+21=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B94415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94415 is #46BBEA. Grayscale: #616161. Windows color (decimal): -4635627 or 1393849. OLE color: 1393849.

HSL color Cylindrical-coordinate representation of color #B94415: hue angle of 17.2º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B94415 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1856821-
CMYK00.630.890.27
HSL17.2º79.61%40.39%-
HSV(B)17.2º88.65%72.55%-
XYZ22.2114.52.34-
YUV97.6284.76190.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.52%
GREEN value IS 68 (26.95% from 255) = 24.82%
BLUE value IS 21 (8.59% from 255) = 7.66%
R=67.52%
G=24.82%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185682100.630.890.2717.279.6140.39
HexB9441503F591B115028
Octal27110425077131332112050
Binary101110011000100101010111111101100111011100011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94415; }

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

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

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

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

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

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

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

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