#B64614

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

Shades of Rust #B64614

Tints of Rust #B64614

Color information

#B64614 (or 0xB64614) is unknown color: approx Rust. HEX triplet: B6, 46 and 14. RGB value is (182,70,20). Sum of RGB (Red+Green+Blue) = 182+70+20=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B64614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64614 is #49B9EB. Grayscale: #626262. Windows color (decimal): -4831724 or 1328822. OLE color: 1328822.

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

Color convert

RGB1827020-
CMYK00.620.890.29
HSL18.52º80.2%39.61%-
HSV(B)18.52º89.01%71.37%-
XYZ21.6114.382.3-
YUV97.7984.11188.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.91%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 20 (8.20% from 255) = 7.35%
R=66.91%
G=25.74%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182702000.620.890.2918.5280.239.61
HexB6461403E591D135028
Octal26610624076131352312050
Binary101101101000110101000111110101100111101100111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64614; }

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

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

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

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

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

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

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

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