#A3450A

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

Shades of Rust #A3450A

Tints of Rust #A3450A

Color information

#A3450A (or 0xA3450A) is unknown color: approx Rust. HEX triplet: A3, 45 and 0A. RGB value is (163,69,10). Sum of RGB (Red+Green+Blue) = 163+69+10=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A3450A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3450A is #5CBAF5. Grayscale: #5A5A5A. Windows color (decimal): -6077174 or 673187. OLE color: 673187.

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

Color convert

RGB1636910-
CMYK00.580.940.36
HSL23.14º88.44%33.92%-
HSV(B)23.14º93.87%63.92%-
XYZ17.2912.061.7-
YUV90.3882.64179.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.36%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 10 (4.30% from 255) = 4.13%
R=67.36%
G=28.51%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163691000.580.940.3623.1488.4433.92
HexA345A03A5E24175822
Octal24310512072136442713042
Binary101000111000101101001110101011110100100101111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3450A; }

 p { color: rgb(163,69,10); }

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

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

 a { background-color: rgb(163,69,10); }

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

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

 span { border-color: rgb(163,69,10); }

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