#B65415

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

Shades of Rust #B65415

Tints of Rust #B65415

Color information

#B65415 (or 0xB65415) is unknown color: approx Rust. HEX triplet: B6, 54 and 15. RGB value is (182,84,21). Sum of RGB (Red+Green+Blue) = 182+84+21=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B65415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65415 is #49ABEA. Grayscale: #6A6A6A. Windows color (decimal): -4828139 or 1397942. OLE color: 1397942.

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

Color convert

RGB1828421-
CMYK00.540.880.29
HSL23.48º79.31%39.8%-
HSV(B)23.48º88.46%71.37%-
XYZ22.616.342.67-
YUV106.1279.97182.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.41%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 21 (8.59% from 255) = 7.32%
R=63.41%
G=29.27%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182842100.540.880.2923.4879.3139.8
HexB65415036581D174f28
Octal26612425066130352711750
Binary101101101010100101010110110101100011101101111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65415; }

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

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

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

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

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

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

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

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