#B64222

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

Shades of Rust #B64222

Tints of Rust #B64222

Color information

#B64222 (or 0xB64222) is unknown color: approx Rust. HEX triplet: B6, 42 and 22. RGB value is (182,66,34). Sum of RGB (Red+Green+Blue) = 182+66+34=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B64222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64222 is #49BDDD. Grayscale: #616161. Windows color (decimal): -4832734 or 2245302. OLE color: 2245302.

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

Color convert

RGB1826634-
CMYK00.640.810.29
HSL12.97º68.52%42.35%-
HSV(B)12.97º81.32%71.37%-
XYZ21.5313.963.07-
YUV97.0492.43188.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.54%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=64.54%
G=23.40%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182663400.640.810.2912.9768.5242.35
HexB64222040511Dd452a
Octal266102420100121351510552
Binary1011011010000101000100100000010100011110111011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64222; }

 p { color: rgb(182,66,34); }

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

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

 a { background-color: rgb(182,66,34); }

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

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

 span { border-color: rgb(182,66,34); }

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