#B64C08

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

Shades of Rust #B64C08

Tints of Rust #B64C08

Color information

#B64C08 (or 0xB64C08) is unknown color: approx Rust. HEX triplet: B6, 4C and 08. RGB value is (182,76,8). Sum of RGB (Red+Green+Blue) = 182+76+8=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64C08 is #49B3F7. Grayscale: #646464. Windows color (decimal): -4830200 or 543926. OLE color: 543926.

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

Color convert

RGB182768-
CMYK00.580.960.29
HSL23.45º91.58%37.25%-
HSV(B)23.45º95.6%71.37%-
XYZ21.9215.132-
YUV99.9476.12186.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.42%
GREEN value IS 76 (30.08% from 255) = 28.57%
BLUE value IS 8 (3.52% from 255) = 3.01%
R=68.42%
G=28.57%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18276800.580.960.2923.4591.5837.25
HexB64C803A601D175c25
Octal26611410072140352713445
Binary10110110100110010000111010110000011101101111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C08; }

 p { color: rgb(182,76,8); }

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

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

 a { background-color: rgb(182,76,8); }

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

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

 span { border-color: rgb(182,76,8); }

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