#B65214

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

Shades of Rust #B65214

Tints of Rust #B65214

Color information

#B65214 (or 0xB65214) is unknown color: approx Rust. HEX triplet: B6, 52 and 14. RGB value is (182,82,20). Sum of RGB (Red+Green+Blue) = 182+82+20=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B65214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65214 is #49ADEB. Grayscale: #696969. Windows color (decimal): -4828652 or 1331894. OLE color: 1331894.

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

Color convert

RGB1828220-
CMYK00.550.890.29
HSL22.96º80.2%39.61%-
HSV(B)22.96º89.01%71.37%-
XYZ22.4316.032.57-
YUV104.8380.13183.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.08%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 20 (8.20% from 255) = 7.04%
R=64.08%
G=28.87%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182822000.550.890.2922.9680.239.61
HexB65214037591D175028
Octal26612224067131352712050
Binary101101101010010101000110111101100111101101111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65214; }

 p { color: rgb(182,82,20); }

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

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

 a { background-color: rgb(182,82,20); }

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

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

 span { border-color: rgb(182,82,20); }

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