#B65910

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

Shades of Rust #B65910

Tints of Rust #B65910

Color information

#B65910 (or 0xB65910) is unknown color: approx Rust. HEX triplet: B6, 59 and 10. RGB value is (182,89,16). Sum of RGB (Red+Green+Blue) = 182+89+16=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B65910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65910 is #49A6EF. Grayscale: #6C6C6C. Windows color (decimal): -4826864 or 1071542. OLE color: 1071542.

HSL color Cylindrical-coordinate representation of color #B65910: hue angle of 26.39º 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 #B65910 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1828916-
CMYK00.510.910.29
HSL26.39º83.84%38.82%-
HSV(B)26.39º91.21%71.37%-
XYZ22.9617.132.59-
YUV108.4875.81180.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.41%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 16 (6.64% from 255) = 5.57%
R=63.41%
G=31.01%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182891600.510.910.2926.3983.8438.82
HexB659100335B1D1a5427
Octal26613120063133353212447
Binary101101101011001100000110011101101111101110101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65910; }

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

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

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

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

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

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

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

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