#b64a18

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

Shades of Rust #B64A18

Tints of Rust #B64A18

Color information

#B64A18 (or 0xB64A18) is unknown color: approx Rust. HEX triplet: B6, 4A and 18. RGB value is (182,74,24). Sum of RGB (Red+Green+Blue) = 182+74+24=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64A18 is #49B5E7. Grayscale: #646464. Windows color (decimal): -4830696 or 1591990. OLE color: 1591990.

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

Color convert

RGB1827424-
CMYK00.590.870.29
HSL18.99º76.7%40.39%-
HSV(B)18.99º86.81%71.37%-
XYZ21.9114.912.59-
YUV100.5984.78186.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65%
GREEN value IS 74 (29.30% from 255) = 26.43%
BLUE value IS 24 (9.77% from 255) = 8.57%
R=65%
G=26.43%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182742400.590.870.2918.9976.740.39
HexB64A1803B571D134d28
Octal26611230073127352311550
Binary101101101001010110000111011101011111101100111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b64a18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b64a18; }

 p { color: rgb(182,74,24); }

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

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

 a { background-color: rgb(182,74,24); }

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

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

 span { border-color: rgb(182,74,24); }

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