#B64E04

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

Shades of Rust #B64E04

Tints of Rust #B64E04

Color information

#B64E04 (or 0xB64E04) is unknown color: approx Rust. HEX triplet: B6, 4E and 04. RGB value is (182,78,4). Sum of RGB (Red+Green+Blue) = 182+78+4=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64E04 is #49B1FB. Grayscale: #656565. Windows color (decimal): -4829692 or 282294. OLE color: 282294.

HSL color Cylindrical-coordinate representation of color #B64E04: hue angle of 24.94º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B64E04 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB182784-
CMYK00.570.980.29
HSL24.94º95.7%36.47%-
HSV(B)24.94º97.8%71.37%-
XYZ22.0415.41.93-
YUV100.6673.46186.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.94%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=68.94%
G=29.55%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18278400.570.980.2924.9495.736.47
HexB64E4039621D196024
Octal2661164071142353114044
Binary1011011010011101000111001110001011101110011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64E04; }

 p { color: rgb(182,78,4); }

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

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

 a { background-color: rgb(182,78,4); }

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

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

 span { border-color: rgb(182,78,4); }

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