#B64A09

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

Shades of Rust #B64A09

Tints of Rust #B64A09

Color information

#B64A09 (or 0xB64A09) is unknown color: approx Rust. HEX triplet: B6, 4A and 09. RGB value is (182,74,9). Sum of RGB (Red+Green+Blue) = 182+74+9=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64A09 is #49B5F6. Grayscale: #636363. Windows color (decimal): -4830711 or 608950. OLE color: 608950.

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

Color convert

RGB182749-
CMYK00.590.950.29
HSL22.54º90.58%37.45%-
HSV(B)22.54º95.05%71.37%-
XYZ21.7914.861.98-
YUV98.8877.28187.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.68%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 9 (3.91% from 255) = 3.40%
R=68.68%
G=27.92%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18274900.590.950.2922.5490.5837.45
HexB64A903B5F1D175b25
Octal26611211073137352713345
Binary10110110100101010010111011101111111101101111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64A09; }

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

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

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

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

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

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

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

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