#A2300A

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

Shades of Rust #A2300A

Tints of Rust #A2300A

Color information

#A2300A (or 0xA2300A) is unknown color: approx Rust. HEX triplet: A2, 30 and 0A. RGB value is (162,48,10). Sum of RGB (Red+Green+Blue) = 162+48+10=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A2300A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2300A is #5DCFF5. Grayscale: #4E4E4E. Windows color (decimal): -6148086 or 667810. OLE color: 667810.

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

Color convert

RGB1624810-
CMYK00.700.940.36
HSL15º88.37%33.73%-
HSV(B)15º93.83%63.53%-
XYZ16.019.821.34-
YUV77.7589.77188.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.64%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 10 (4.30% from 255) = 4.55%
R=73.64%
G=21.82%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162481000.700.940.361588.3733.73
HexA230A0465E24f5822
Octal24260120106136441713042
Binary10100010110000101001000110101111010010011111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2300A; }

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

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

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

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

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

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

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

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