#A2440B

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

Shades of Rust #A2440B

Tints of Rust #A2440B

Color information

#A2440B (or 0xA2440B) is unknown color: approx Rust. HEX triplet: A2, 44 and 0B. RGB value is (162,68,11). Sum of RGB (Red+Green+Blue) = 162+68+11=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2440B is #5DBBF4. Grayscale: #595959. Windows color (decimal): -6142965 or 738466. OLE color: 738466.

HSL color Cylindrical-coordinate representation of color #A2440B: hue angle of 22.65º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2440B is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1626811-
CMYK00.580.930.36
HSL22.65º87.28%33.92%-
HSV(B)22.65º93.21%63.53%-
XYZ17.0311.841.7-
YUV89.6183.64179.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.22%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=67.22%
G=28.22%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162681100.580.930.3622.6587.2833.92
HexA244B03A5D24175722
Octal24210413072135442712742
Binary101000101000100101101110101011101100100101111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2440B; }

 p { color: rgb(162,68,11); }

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

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

 a { background-color: rgb(162,68,11); }

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

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

 span { border-color: rgb(162,68,11); }

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