#B65210

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

Shades of Rust #B65210

Tints of Rust #B65210

Color information

#B65210 (or 0xB65210) is unknown color: approx Rust. HEX triplet: B6, 52 and 10. RGB value is (182,82,16). Sum of RGB (Red+Green+Blue) = 182+82+16=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B65210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65210 is #49ADEF. Grayscale: #686868. Windows color (decimal): -4828656 or 1069750. OLE color: 1069750.

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

Color convert

RGB1828216-
CMYK00.550.910.29
HSL23.86º83.84%38.82%-
HSV(B)23.86º91.21%71.37%-
XYZ22.416.022.4-
YUV104.3878.13183.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 16 (6.64% from 255) = 5.71%
R=65%
G=29.29%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182821600.550.910.2923.8683.8438.82
HexB652100375B1D185427
Octal26612220067133353012447
Binary101101101010010100000110111101101111101110001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65210; }

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

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

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

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

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

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

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

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