#B64605

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

Shades of Rust #B64605

Tints of Rust #B64605

Color information

#B64605 (or 0xB64605) is unknown color: approx Rust. HEX triplet: B6, 46 and 05. RGB value is (182,70,5). Sum of RGB (Red+Green+Blue) = 182+70+5=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B64605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64605 is #49B9FA. Grayscale: #606060. Windows color (decimal): -4831739 or 345782. OLE color: 345782.

HSL color Cylindrical-coordinate representation of color #B64605: hue angle of 22.03º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B64605 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB182705-
CMYK00.620.970.29
HSL22.03º94.65%36.67%-
HSV(B)22.03º97.25%71.37%-
XYZ21.5114.341.78-
YUV96.0876.61189.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.82%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=70.82%
G=27.24%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18270500.620.970.2922.0394.6536.67
HexB646503E611D165f25
Octal2661065076141352613745
Binary1011011010001101010111110110000111101101101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64605; }

 p { color: rgb(182,70,5); }

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

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

 a { background-color: rgb(182,70,5); }

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

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

 span { border-color: rgb(182,70,5); }

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