#B64321

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

Shades of Rust #B64321

Tints of Rust #B64321

Color information

#B64321 (or 0xB64321) is unknown color: approx Rust. HEX triplet: B6, 43 and 21. RGB value is (182,67,33). Sum of RGB (Red+Green+Blue) = 182+67+33=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B64321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64321 is #49BCDE. Grayscale: #616161. Windows color (decimal): -4832479 or 2180022. OLE color: 2180022.

HSL color Cylindrical-coordinate representation of color #B64321: hue angle of 13.69º 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 #B64321 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1826733-
CMYK00.630.820.29
HSL13.69º69.3%42.16%-
HSV(B)13.69º81.87%71.37%-
XYZ21.5714.073.02-
YUV97.5191.6188.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.54%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 33 (13.28% from 255) = 11.70%
R=64.54%
G=23.76%
B=11.70%

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
Decimal182673300.630.820.2913.6969.342.16
HexB6432103F521De452a
Octal26610341077122351610552
Binary101101101000011100001011111110100101110111101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64321; }

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

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

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

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

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

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

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

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