#B65515

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

Shades of Rust #B65515

Tints of Rust #B65515

Color information

#B65515 (or 0xB65515) is unknown color: approx Rust. HEX triplet: B6, 55 and 15. RGB value is (182,85,21). Sum of RGB (Red+Green+Blue) = 182+85+21=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B65515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65515 is #49AAEA. Grayscale: #6B6B6B. Windows color (decimal): -4827883 or 1398198. OLE color: 1398198.

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

Color convert

RGB1828521-
CMYK00.530.880.29
HSL23.85º79.31%39.8%-
HSV(B)23.85º88.46%71.37%-
XYZ22.6816.52.7-
YUV106.7179.64181.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.19%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 21 (8.59% from 255) = 7.29%
R=63.19%
G=29.51%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182852100.530.880.2923.8579.3139.8
HexB65515035581D184f28
Octal26612525065130353011750
Binary101101101010101101010110101101100011101110001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65515; }

 p { color: rgb(182,85,21); }

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

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

 a { background-color: rgb(182,85,21); }

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

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

 span { border-color: rgb(182,85,21); }

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