#B94619

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

Shades of Rust #B94619

Tints of Rust #B94619

Color information

#B94619 (or 0xB94619) is unknown color: approx Rust. HEX triplet: B9, 46 and 19. RGB value is (185,70,25). Sum of RGB (Red+Green+Blue) = 185+70+25=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B94619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94619 is #46B9E6. Grayscale: #636363. Windows color (decimal): -4635111 or 1656505. OLE color: 1656505.

HSL color Cylindrical-coordinate representation of color #B94619: hue angle of 16.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B94619 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1857025-
CMYK00.620.860.27
HSL16.88º76.19%41.18%-
HSV(B)16.88º86.49%72.55%-
XYZ22.3714.762.59-
YUV99.2686.1189.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.07%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 25 (10.16% from 255) = 8.93%
R=66.07%
G=25%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185702500.620.860.2716.8876.1941.18
HexB9461903E561B114c29
Octal27110631076126332111451
Binary101110011000110110010111110101011011011100011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94619; }

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

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

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

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

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

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

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

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