#A2430A

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

Shades of Rust #A2430A

Tints of Rust #A2430A

Color information

#A2430A (or 0xA2430A) is unknown color: approx Rust. HEX triplet: A2, 43 and 0A. RGB value is (162,67,10). Sum of RGB (Red+Green+Blue) = 162+67+10=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A2430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2430A is #5DBCF5. Grayscale: #595959. Windows color (decimal): -6143222 or 672674. OLE color: 672674.

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

Color convert

RGB1626710-
CMYK00.590.940.36
HSL22.5º88.37%33.73%-
HSV(B)22.5º93.83%63.53%-
XYZ16.9611.721.65-
YUV88.9183.47180.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.78%
GREEN value IS 67 (26.56% from 255) = 28.03%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=67.78%
G=28.03%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162671000.590.940.3622.588.3733.73
HexA243A03B5E24165822
Octal24210312073136442613042
Binary101000101000011101001110111011110100100101101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2430A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2430A; }

 p { color: rgb(162,67,10); }

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

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

 a { background-color: rgb(162,67,10); }

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

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

 span { border-color: rgb(162,67,10); }

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