#A2480E

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

Shades of Rust #A2480E

Tints of Rust #A2480E

Color information

#A2480E (or 0xA2480E) is unknown color: approx Rust. HEX triplet: A2, 48 and 0E. RGB value is (162,72,14). Sum of RGB (Red+Green+Blue) = 162+72+14=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A2480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2480E is #5DB7F1. Grayscale: #5C5C5C. Windows color (decimal): -6141938 or 936098. OLE color: 936098.

HSL color Cylindrical-coordinate representation of color #A2480E: hue angle of 23.51º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2480E is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1627214-
CMYK00.560.910.36
HSL23.51º84.09%34.51%-
HSV(B)23.51º91.36%63.53%-
XYZ17.312.351.89-
YUV92.383.82177.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.32%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 14 (5.86% from 255) = 5.65%
R=65.32%
G=29.03%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162721400.560.910.3623.5184.0934.51
HexA248E0385B24185423
Octal24211016070133443012443
Binary101000101001000111001110001011011100100110001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2480E; }

 p { color: rgb(162,72,14); }

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

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

 a { background-color: rgb(162,72,14); }

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

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

 span { border-color: rgb(162,72,14); }

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