#B64A0B

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

Shades of Rust #B64A0B

Tints of Rust #B64A0B

Color information

#B64A0B (or 0xB64A0B) is unknown color: approx Rust. HEX triplet: B6, 4A and 0B. RGB value is (182,74,11). Sum of RGB (Red+Green+Blue) = 182+74+11=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64A0B is #49B5F4. Grayscale: #636363. Windows color (decimal): -4830709 or 740022. OLE color: 740022.

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

Color convert

RGB1827411-
CMYK00.590.940.29
HSL22.11º88.6%37.84%-
HSV(B)22.11º93.96%71.37%-
XYZ21.814.872.04-
YUV99.1178.28187.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.16%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 11 (4.69% from 255) = 4.12%
R=68.16%
G=27.72%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182741100.590.940.2922.1188.637.84
HexB64AB03B5E1D165926
Octal26611213073136352613146
Binary10110110100101010110111011101111011101101101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64A0B; }

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

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

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

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

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

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

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

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