#A2450E

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

Shades of Rust #A2450E

Tints of Rust #A2450E

Color information

#A2450E (or 0xA2450E) is unknown color: approx Rust. HEX triplet: A2, 45 and 0E. RGB value is (162,69,14). Sum of RGB (Red+Green+Blue) = 162+69+14=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A2450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2450E is #5DBAF1. Grayscale: #5A5A5A. Windows color (decimal): -6142706 or 935330. OLE color: 935330.

HSL color Cylindrical-coordinate representation of color #A2450E: hue angle of 22.3º 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 #A2450E is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1626914-
CMYK00.570.910.36
HSL22.3º84.09%34.51%-
HSV(B)22.3º91.36%63.53%-
XYZ17.1111.971.82-
YUV90.5484.81178.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.12%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=66.12%
G=28.16%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162691400.570.910.3622.384.0934.51
HexA245E0395B24165423
Octal24210516071133442612443
Binary101000101000101111001110011011011100100101101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2450E; }

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

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

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

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

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

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

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

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