#B64F0C

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

Shades of Rust #B64F0C

Tints of Rust #B64F0C

Color information

#B64F0C (or 0xB64F0C) is unknown color: approx Rust. HEX triplet: B6, 4F and 0C. RGB value is (182,79,12). Sum of RGB (Red+Green+Blue) = 182+79+12=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64F0C is #49B0F3. Grayscale: #666666. Windows color (decimal): -4829428 or 806838. OLE color: 806838.

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

Color convert

RGB1827912-
CMYK00.570.930.29
HSL23.65º87.63%38.04%-
HSV(B)23.65º93.41%71.37%-
XYZ22.1515.562.18-
YUV102.1677.12184.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.67%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 12 (5.08% from 255) = 4.40%
R=66.67%
G=28.94%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182791200.570.930.2923.6587.6338.04
HexB64FC0395D1D185826
Octal26611714071135353013046
Binary10110110100111111000111001101110111101110001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64F0C; }

 p { color: rgb(182,79,12); }

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

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

 a { background-color: rgb(182,79,12); }

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

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

 span { border-color: rgb(182,79,12); }

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