#B64421

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

Shades of Rust #B64421

Tints of Rust #B64421

Color information

#B64421 (or 0xB64421) is unknown color: approx Rust. HEX triplet: B6, 44 and 21. RGB value is (182,68,33). Sum of RGB (Red+Green+Blue) = 182+68+33=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B64421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64421 is #49BBDE. Grayscale: #626262. Windows color (decimal): -4832223 or 2180278. OLE color: 2180278.

HSL color Cylindrical-coordinate representation of color #B64421: hue angle of 14.09º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B64421 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1826833-
CMYK00.630.820.29
HSL14.09º69.3%42.16%-
HSV(B)14.09º81.87%71.37%-
XYZ21.6314.193.04-
YUV98.191.27187.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.31%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 33 (13.28% from 255) = 11.66%
R=64.31%
G=24.03%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182683300.630.820.2914.0969.342.16
HexB6442103F521De452a
Octal26610441077122351610552
Binary101101101000100100001011111110100101110111101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64421; }

 p { color: rgb(182,68,33); }

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

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

 a { background-color: rgb(182,68,33); }

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

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

 span { border-color: rgb(182,68,33); }

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