#A3450C

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

Shades of Rust #A3450C

Tints of Rust #A3450C

Color information

#A3450C (or 0xA3450C) is unknown color: approx Rust. HEX triplet: A3, 45 and 0C. RGB value is (163,69,12). Sum of RGB (Red+Green+Blue) = 163+69+12=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A3450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3450C is #5CBAF3. Grayscale: #5A5A5A. Windows color (decimal): -6077172 or 804259. OLE color: 804259.

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

Color convert

RGB1636912-
CMYK00.580.930.36
HSL22.65º86.29%34.31%-
HSV(B)22.65º92.64%63.92%-
XYZ17.312.071.77-
YUV90.6183.64179.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.80%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 12 (5.08% from 255) = 4.92%
R=66.80%
G=28.28%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163691200.580.930.3622.6586.2934.31
HexA345C03A5D24175622
Octal24310514072135442712642
Binary101000111000101110001110101011101100100101111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3450C; }

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

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

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

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

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

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

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

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